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