次の方法で共有


SiteConfig.AppSettings プロパティ

定義

アプリケーション設定を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="appSettings")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.NameValuePair> AppSettings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="appSettings")>]
member this.AppSettings : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.NameValuePair> with get, set
Public Property AppSettings As IList(Of NameValuePair)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象