Partager via


ApplicationResource.Parameters Propriété

Définition

Obtient ou définit la liste des paramètres d’application avec des valeurs remplacées à partir de leurs valeurs par défaut spécifiées dans le manifeste de l’application.

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à