CopyState.StatusDescription Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CopyState.StatusDescription Property
CopyState::StatusDescription Property
CopyState.StatusDescription Property
CopyState.StatusDescription Property
Gets the description of the current status, if any.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property String^ StatusDescription {
String^ get();
internal: void set(String^ value);
}
Property Value
Type:
System.StringSystem::String^System.StringSystem.StringA status description string, or null.
Return to top
Gets the description of the current status, if any.
Syntax
C++
public: property String^ StatusDescription { String^ get(); internal: void set(String^ value); }
Property Value
Type: System.StringSystem::String^System.StringSystem.StringA status description string, or null.