|
AppointmentParticipantResponseStatus Property |
[This is preliminary documentation and is subject to change.]
Participant status.
Namespace: SnapMD.VirtualCare.ApiModels.SchedulingAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic virtual GlobalStatusCode Status { get; set; }
Public Overridable Property Status As GlobalStatusCode
Get
Set
public:
virtual property GlobalStatusCode Status {
GlobalStatusCode get ();
void set (GlobalStatusCode value);
}
abstract Status : GlobalStatusCode with get, set
override Status : GlobalStatusCode with get, set
Property Value
Type:
GlobalStatusCode
See Also