Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.