|
PatientProfileFieldChangesTrackingRequestAddress Property |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "P:SnapMD.Web.Api.Models.PatientProfileFieldChangesTrackingRequest.Address"]
Namespace: SnapMD.Web.Api.ModelsAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic Nullable<bool> Address { get; set; }
Public Property Address As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> Address {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Address : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
See Also