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

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