Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the user-defined metadata for the file.

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

Syntax

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