Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the container's system properties.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public BlobContainerProperties Properties { get; private set; }
 
public:
property BlobContainerProperties^ Properties {
	BlobContainerProperties^ get();
	private: void set(BlobContainerProperties^ value);
}
 
member Properties : BlobContainerProperties with get, private set
 
Public Property Properties As BlobContainerProperties
	Get
	Private Set
End Property
Return to top