RequestResult.ContentMd5 Property (Microsoft.WindowsAzure.Storage)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
RequestResult.ContentMd5 Property
RequestResult::ContentMd5 Property
RequestResult.ContentMd5 Property
RequestResult.ContentMd5 Property
Gets the content-MD5 value for the request.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property String^ ContentMd5 {
String^ get();
internal: void set(String^ value);
}
Property Value
Type:
System.StringSystem::String^System.StringSystem.StringThe content-MD5 value for the request.
Return to top
Gets the content-MD5 value for the request.
Syntax
C++
public: property String^ ContentMd5 { String^ get(); internal: void set(String^ value); }
Property Value
Type: System.StringSystem::String^System.StringSystem.StringThe content-MD5 value for the request.