ConnectionStringDictionaryInner.Properties Property

Definition

Gets or sets connection strings.

[Newtonsoft.Json.JsonProperty(PropertyName="properties")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.AppService.Fluent.Models.ConnStringValueTypePair> Properties { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties")>]
member this.Properties : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.AppService.Fluent.Models.ConnStringValueTypePair> with get, set
Public Property Properties As IDictionary(Of String, ConnStringValueTypePair)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to