C#C++F#VB
CloudQueue.Metadata PropertyCloudQueue::Metadata PropertyCloudQueue.Metadata PropertyCloudQueue.Metadata Property
Gets the queue's metadata.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property IDictionary<String^, String^>^ Metadata { IDictionary<String^, String^>^ get(); private: void set(IDictionary<String^, String^>^ value); }
Property Value
Type: System.Collections.Generic.IDictionary<String, String>System.Collections.Generic::IDictionary<String^, String^>^System.Collections.Generic.IDictionary<String, String>System.Collections.Generic.IDictionary(Of String, String)An IDictionary<TKey, TValue><TKey, TValue><'TKey, 'TValue>(Of TKey, TValue) object containing the queue's metadata.