BlobProperties.LeaseDuration Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
BlobProperties.LeaseDuration Property
BlobProperties::LeaseDuration Property
BlobProperties.LeaseDuration Property
BlobProperties.LeaseDuration Property
Gets the blob'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 blob's lease duration.
Return to top
Gets the blob'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 blob's lease duration.