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