SlotConfigNamesResource.ConnectionStringNames Property

Definition

Gets or sets list of connection string names.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to