Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the result status code of the response message.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Property StatusCode As Integer
Get
Set
'Usage
Dim instance As IODataResponseMessage
Dim value As Integer
value = instance.StatusCode
instance.StatusCode = value
int StatusCode { get; set; }
property int StatusCode {
int get ();
void set (int value);
}
abstract StatusCode : int with get, set
function get StatusCode () : int
function set StatusCode (value : int)
Property Value
Type: System.Int32
The result status code of the response message.