|
IRuleExecutionRequestDebug Property |
[This is preliminary documentation and is subject to change.]
Namespace: SnapMD.VirtualCare.ApiModels.RulesAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
SyntaxNullable<bool> Debug { get; set; }
Property Debug As Nullable(Of Boolean)
Get
Set
property Nullable<bool> Debug {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
abstract Debug : Nullable<bool> with get, set
Property Value
Type:
NullableBooleantrue if debug; otherwise,
false.
See Also