Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets the content-MD5 value stored for the blob.

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

Syntax

 
public string ContentMD5 { get; set; }
 
public:
property String^ ContentMD5 {
	String^ get();
	void set(String^ value);
}
 
member ContentMD5 : string with get, set
 
Public Property ContentMD5 As String

Property Value

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

A string containing the blob's content-MD5 hash.

Return to top