Compartir a través de


FluxConfigurationPatch.ConfigurationProtectedSettings Propiedad

Definición

Obtiene o establece pares clave-valor de las opciones de configuración protegidas para la configuración.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a