Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

Syntax

 
public Nullable<bool> DisableContentMD5Validation { get; set; }
 
public:
property Nullable<bool> DisableContentMD5Validation {
	Nullable<bool> get();
	void set(Nullable<bool> value);
}
 
member DisableContentMD5Validation : Nullable<bool> with get, set
 
Public Property DisableContentMD5Validation As Nullable(OfBoolean)

Remarks

This property is not supported for Windows Phone.

Return to top