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 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