Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the blob's lease status.

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

Syntax

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