| StandardResponseStatusCode Property |
[Missing <summary> documentation for "P:Activsoft.Engine.Mobile.Utils.Web.StandardResponse.StatusCode"]
Namespace: Activsoft.Engine.Mobile.Utils.WebAssembly: Activsoft.Engine.Mobile (in Activsoft.Engine.Mobile.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int StatusCode { get; set; }Public Property StatusCode As Integer
Get
Set
public:
virtual property int StatusCode {
int get () sealed;
void set (int value) sealed;
}abstract StatusCode : int with get, set
override StatusCode : int with get, set
Property Value
Type:
Int32Implements
IResponseStatusCode
See Also