|
PersonRecordStatusCode Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the status code.
Namespace: SnapMD.VirtualCare.ApiModelsAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic GlobalStatusCode StatusCode { get; set; }
Public Property StatusCode As GlobalStatusCode
Get
Set
public:
property GlobalStatusCode StatusCode {
GlobalStatusCode get ();
void set (GlobalStatusCode value);
}
member StatusCode : GlobalStatusCode with get, set
Property Value
Type:
GlobalStatusCode
The status code.
See Also