Share via


OperationResponse.StatusCode Property

 

Gets the status code.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

public HttpStatusCode StatusCode { get; set; }
public:
property HttpStatusCode StatusCode {
    HttpStatusCode get();
    void set(HttpStatusCode value);
}
member StatusCode : HttpStatusCode with get, set
Public Property StatusCode As HttpStatusCode

Property Value

Type: System.Net.HttpStatusCode

The status code.

See Also

OperationResponse Class
Microsoft.WindowsAzure Namespace

Return to top