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