次の方法で共有


RefreshIndex.AdvancedInfo プロパティ

定義

高度な情報リストを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象