Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the user-defined metadata for the blob.

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

Syntax

 
IDictionary<string, string> Metadata { get; }
 
property IDictionary<String^, String^>^ Metadata {
	IDictionary<String^, String^>^ get();
}
 
abstract Metadata : IDictionary<string, string> with get
 
ReadOnly Property Metadata As IDictionary(OfString, String)
Return to top