|
RuleRequestBaseStatusCode Property |
[This is preliminary documentation and is subject to change.]
The status code of request filter or respose object.
Namespace: SnapMD.VirtualCare.ApiModels.RulesAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic Nullable<GlobalStatusCode> StatusCode { get; set; }
Public Property StatusCode As Nullable(Of GlobalStatusCode)
Get
Set
public:
property Nullable<GlobalStatusCode> StatusCode {
Nullable<GlobalStatusCode> get ();
void set (Nullable<GlobalStatusCode> value);
}
member StatusCode : Nullable<GlobalStatusCode> with get, set
Property Value
Type:
NullableGlobalStatusCode
The status code.
See Also