Share via


WebSiteGetConfigurationResponse.Metadata Property

 

Gets or sets a collection of name and value pairs for source control or other information.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

public IDictionary<string, string> Metadata { get; set; }
public:
property IDictionary<String^, String^>^ Metadata {
    IDictionary<String^, String^>^ get();
    void set(IDictionary<String^, String^>^ value);
}
member Metadata : IDictionary<string, string> with get, set
Public Property Metadata As IDictionary(Of String, String)

Property Value

Type: System.Collections.Generic.IDictionary<String, String>

The collection of name and value pairs.

See Also

WebSiteGetConfigurationResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top