|
RegistrationAvailabilityRequestDebug 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)
Syntaxpublic Nullable<bool> Debug { get; set; }
Public Property Debug As Nullable(Of Boolean)
Get
Set
public:
virtual property Nullable<bool> Debug {
Nullable<bool> get () sealed;
void set (Nullable<bool> value) sealed;
}
abstract Debug : Nullable<bool> with get, set
override Debug : Nullable<bool> with get, set
Property Value
Type:
NullableBooleantrue if debug; otherwise,
false.
Implements
IRuleExecutionRequestDebug
See Also