Compartilhar via


IndexingParameters.Configuration Propriedade

Definição

Obtém ou define um dicionário de propriedades de configuração específicas do indexador. Cada nome é o nome de uma propriedade específica. Cada valor deve ser de um tipo primitivo.

[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)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a