RefreshIndex.AdvancedInfo Property

Definition

Gets or sets advanced info list.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to