|
AvailabilityBlockResponseRule Property |
[This is preliminary documentation and is subject to change.]
Rule should be set if block is repeating. Rule defines repeating configuration.
Namespace: SnapMD.VirtualCare.ApiModels.SchedulingAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic AvailabilityBlockRuleResponse Rule { get; set; }
Public Property Rule As AvailabilityBlockRuleResponse
Get
Set
public:
property AvailabilityBlockRuleResponse^ Rule {
AvailabilityBlockRuleResponse^ get ();
void set (AvailabilityBlockRuleResponse^ value);
}
member Rule : AvailabilityBlockRuleResponse with get, set
Property Value
Type:
AvailabilityBlockRuleResponse
See Also