WebSite.WebSiteProperties.AppSettings Property

 

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

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

Public Property AppSettings As IDictionary(Of String, String)

Property Value

Type: System.Collections.Generic.IDictionary(Of String, String)

A collection of name and value pairs.

Return to top
Show: