|
AvailabilityBlockRuleRequestRepeatOn Property |
[This is preliminary documentation and is subject to change.]
For monthly rule - days of a month, for weekly rules - days of the week.
Namespace: SnapMD.VirtualCare.ApiModels.SchedulingAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic int[] RepeatOn { get; set; }
Public Property RepeatOn As Integer()
Get
Set
public:
property array<int>^ RepeatOn {
array<int>^ get ();
void set (array<int>^ value);
}
member RepeatOn : int[] with get, set
Property Value
Type:
Int32
See Also