|
AvailabilityBlocksRequestGroups Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the groups.
Namespace: SnapMD.VirtualCare.ApiModels.SchedulingAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic Guid[] Groups { get; set; }
Public Property Groups As Guid()
Get
Set
public:
property array<Guid>^ Groups {
array<Guid>^ get ();
void set (array<Guid>^ value);
}
member Groups : Guid[] with get, set
Property Value
Type:
Guid
The groups.
See Also