次の方法で共有


IndexingParameters.Configuration プロパティ

定義

インデクサー固有の構成プロパティのディクショナリを取得または設定します。 各名前は、特定のプロパティの名前です。 各値はプリミティブ型である必要があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象