BlobContainerProperties.LeaseStatus Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
BlobContainerProperties.LeaseStatus Property
BlobContainerProperties::LeaseStatus Property
BlobContainerProperties.LeaseStatus Property
BlobContainerProperties.LeaseStatus Property
Gets the container's lease status.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property LeaseStatus LeaseStatus {
LeaseStatus get();
internal: void set(LeaseStatus value);
}
Property Value
Type:
Microsoft.WindowsAzure.Storage.Blob.LeaseStatusMicrosoft.WindowsAzure.Storage.Blob::LeaseStatusMicrosoft.WindowsAzure.Storage.Blob.LeaseStatusMicrosoft.WindowsAzure.Storage.Blob.LeaseStatusA LeaseStatusLeaseStatusLeaseStatusLeaseStatus object that indicates the container's lease status.
Return to top
Gets the container's lease status.
Syntax
C++
public: property LeaseStatus LeaseStatus { LeaseStatus get(); internal: void set(LeaseStatus value); }
Property Value
Type: Microsoft.WindowsAzure.Storage.Blob.LeaseStatusMicrosoft.WindowsAzure.Storage.Blob::LeaseStatusMicrosoft.WindowsAzure.Storage.Blob.LeaseStatusMicrosoft.WindowsAzure.Storage.Blob.LeaseStatusA LeaseStatusLeaseStatusLeaseStatusLeaseStatus object that indicates the container's lease status.