Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets a value indicating whether this blob is a snapshot.

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

Syntax

 
bool IsSnapshot { get; }
 
property bool IsSnapshot {
	bool get();
}
 
abstract IsSnapshot : bool with get
 
ReadOnly Property IsSnapshot As Boolean

Property Value

Type: System.BooleanSystem::BooleanSystem.BooleanSystem.Boolean

true if this blob is a snapshot; otherwise, false.

Return to top