Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the HTTP status message for the request.

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

Syntax

 
public string HttpStatusMessage { get; internal set; }
 
public:
property String^ HttpStatusMessage {
	String^ get();
	internal: void set(String^ value);
}
 
member HttpStatusMessage : string with get, internal set
 
Public Property HttpStatusMessage As String
	Get
	Friend Set
End Property

Property Value

Type: System.StringSystem::String^System.StringSystem.String

The HTTP status message for the request.

Return to top