OperationResponse.StatusCode Property

When overridden in a derived class, gets or sets the HTTP response code associated with a single operation.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public Property StatusCode As Integer 
    Get 
    Friend Set
'Usage
Dim instance As OperationResponse 
Dim value As Integer 

value = instance.StatusCode
public int StatusCode { get; internal set; }
public:
property int StatusCode {
    int get ();
    internal: void set (int value);
}
member StatusCode : int with get, internal set
function get StatusCode () : int 
internal function set StatusCode (value : int)

Property Value

Type: System.Int32
Integer value that contains response code.

See Also

Reference

OperationResponse Class

System.Data.Services.Client Namespace