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
Public Property StatusCode As Integer
Get
Set
'Usage
Dim instance As ODataBatchOperationResponseMessage
Dim value As Integer
value = instance.StatusCode
instance.StatusCode = value
public int StatusCode { 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
final function get StatusCode () : int
final function set StatusCode (value : int)
Property Value
Type: System.Int32
The result status code of the response message.
Implements
IODataResponseMessage.StatusCode