CloudBlobContainer.Properties Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudBlobContainer.Properties Property
CloudBlobContainer::Properties Property
CloudBlobContainer.Properties Property
CloudBlobContainer.Properties Property
Gets the container's system properties.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property BlobContainerProperties^ Properties {
BlobContainerProperties^ get();
private: void set(BlobContainerProperties^ value);
}
Return to top
Gets the container's system properties.
Syntax
C++
public: property BlobContainerProperties^ Properties { BlobContainerProperties^ get(); private: void set(BlobContainerProperties^ value); }