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)

public:
property IDictionary<String^, String^>^ Metadata {
	IDictionary<String^, String^>^ get();
	void set(IDictionary<String^, String^>^ value);
}

Property Value

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

A collection of name and value pairs.

Return to top
Show: