Partager via


IndexingParameters.Configuration Propriété

Définition

Obtient ou définit un dictionnaire de propriétés de configuration spécifiques à l’indexeur. Chaque nom est le nom d’une propriété spécifique. Chaque valeur doit être d’un type primitif.

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à