PageDiffRange.IsClearedPageRange Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
PageDiffRange.IsClearedPageRange Property
PageDiffRange::IsClearedPageRange Property
PageDiffRange.IsClearedPageRange Property
PageDiffRange.IsClearedPageRange Property
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
C++
public:
property bool IsClearedPageRange {
bool get();
internal: void set(bool value);
}
Property Value
Type:
System.BooleanSystem::BooleanSystem.BooleanSystem.Boolean
Return to top
True if the page range is a cleared range, false otherwise.
Syntax
C++
public: property bool IsClearedPageRange { bool get(); internal: void set(bool value); }