SlotConfigNamesResource.AppSettingNames Property

Definition

Gets or sets list of application settings names.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.appSettingNames")]
public System.Collections.Generic.IList<string> AppSettingNames { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.appSettingNames")>]
member this.AppSettingNames : System.Collections.Generic.IList<string> with get, set
Public Property AppSettingNames As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to