Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets the HTTP status code for the request.

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

Syntax

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

Property Value

Type: System.Int32System::Int32System.Int32System.Int32

The HTTP status code for the request.

Return to top