RequestResult.HttpStatusMessage Property (Microsoft.WindowsAzure.Storage)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
RequestResult.HttpStatusMessage Property
RequestResult::HttpStatusMessage Property
RequestResult.HttpStatusMessage Property
RequestResult.HttpStatusMessage Property
Gets the HTTP status message for the request.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property String^ HttpStatusMessage {
String^ get();
internal: void set(String^ value);
}
Property Value
Type:
System.StringSystem::String^System.StringSystem.StringThe HTTP status message for the request.
Return to top
Gets the HTTP status message for the request.
Syntax
C++
public: property String^ HttpStatusMessage { String^ get(); internal: void set(String^ value); }
Property Value
Type: System.StringSystem::String^System.StringSystem.StringThe HTTP status message for the request.