IServiceFilterResponse.StatusCode Property
Gets the status code of the output.
Namespace: Microsoft.WindowsAzure.MobileServices
Assembly: Microsoft.WindowsAzure.MobileServices.Managed (in Microsoft.WindowsAzure.MobileServices.Managed.dll)
Syntax
'Declaration
ReadOnly Property StatusCode As Integer
Get
'Usage
Dim instance As IServiceFilterResponse
Dim value As Integer
value = instance.StatusCode
int StatusCode { get; }
property int StatusCode {
int get ();
}
abstract StatusCode : int
function get StatusCode () : int
Property Value
Type: System.Int32
The status code of the output.