Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets a lease ID that must match the lease on a resource.

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

Syntax

 
public string LeaseId { get; set; }
 
public:
property String^ LeaseId {
	String^ get();
	void set(String^ value);
}
 
member LeaseId : string with get, set
 
Public Property LeaseId As String

Property Value

Type: System.StringSystem::String^System.StringSystem.String

A string containing a lease ID, or null if no condition exists.

Return to top