WebSiteUpdateConfigurationParameters.AppSettings Property

Definition

Optional. A set of name/value pairs that contain application settings for a web site.

public System.Collections.Generic.IDictionary<string,string> AppSettings { get; set; }
member this.AppSettings : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property AppSettings As IDictionary(Of String, String)

Property Value

Applies to