|
AppointmentRequestOnDemandRequestId Property |
[This is preliminary documentation and is subject to change.]
On demand request id.
Namespace: SnapMD.VirtualCare.ApiModels.SchedulingAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic Nullable<Guid> OnDemandRequestId { get; set; }
Public Property OnDemandRequestId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid> OnDemandRequestId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member OnDemandRequestId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
See Also