|
PatientPersonResponsePerson Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the person.
Namespace: SnapMD.VirtualCare.ApiModelsAssembly: 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
The person.
See Also