Compartir a través de


Extension.ConfigurationSettings Propiedad

Definición

Obtiene o establece los valores de configuración, como pares nombre-valor para configurar esta extensión.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a