Share via


WebSite.WebSiteProperties.Metadata Property

 

Gets or sets a collection of name and value pairs that contain metadata information for a web site.

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<StringString>

A collection of name and value pairs.

See Also

WebSite.WebSiteProperties Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top