Sdílet prostřednictvím


WebSite.WebSiteProperties.Properties Property

 

Gets or sets a collection of name and value pairs that contain properties 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> Properties { get; set; }
public:
property IDictionary<String^, String^>^ Properties {
    IDictionary<String^, String^>^ get();
    void set(IDictionary<String^, String^>^ value);
}
member Properties : IDictionary<string, string> with get, set
Public Property Properties As IDictionary(Of String, String)

Property Value

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

A collection of name and value pairs.

See Also

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

Return to top