Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

True if the page range is a cleared range, false otherwise.

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

Syntax

 
public bool IsClearedPageRange { get; internal set; }
 
public:
property bool IsClearedPageRange {
	bool get();
	internal: void set(bool value);
}
 
member IsClearedPageRange : bool with get, internal set
 
Public Property IsClearedPageRange As Boolean
	Get
	Friend Set
End Property
Return to top