|
AppointmentParticipantResponseParticipantId Property |
[This is preliminary documentation and is subject to change.]
Participant id.
Namespace: SnapMD.VirtualCare.ApiModels.SchedulingAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic Guid ParticipantId { get; set; }
Public Property ParticipantId As Guid
Get
Set
public:
property Guid ParticipantId {
Guid get ();
void set (Guid value);
}
member ParticipantId : Guid with get, set
Property Value
Type:
Guid
See Also