|
ConsultationParticipantRequestParticipantId Property |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "P:SnapMD.VirtualCare.ApiModels.ConsultationParticipantRequest.ParticipantId"]
Namespace: SnapMD.VirtualCare.ApiModelsAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic Nullable<Guid> ParticipantId { get; set; }
Public Property ParticipantId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid> ParticipantId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member ParticipantId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
See Also