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