Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the blob's lease state.

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

Syntax

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