Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets a value indicating whether or not the block has been committed.

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

Syntax

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

Property Value

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

true if the block has been committed; otherwise, false.

Return to top