Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudFileDirectory.Metadata Property (Microsoft.WindowsAzure.Storage.File)

Gets the user-defined metadata for the directory.

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

Syntax

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