Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the container's metadata.

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

Syntax

 
public IDictionary<string, string> Metadata { get; private set; }
 
public:
property IDictionary<String^, String^>^ Metadata {
	IDictionary<String^, String^>^ get();
	private: void set(IDictionary<String^, String^>^ value);
}
 
member Metadata : IDictionary<string, string> with get, private set
 
Public Property Metadata As IDictionary(OfString, String)
	Get
	Private Set
End Property
Return to top