Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the blob's lease duration.

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

Syntax

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