WebSite.WebSiteProperties.AppSettings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)