Compartir a través de


SuggestParameters.SearchFields Propiedad

Definición

Obtiene o establece la lista de nombres de campo que se van a buscar en el texto de búsqueda especificado. Los campos de destino deben incluirse en el proveedor de sugerencias especificado.

[Newtonsoft.Json.JsonIgnore]
public System.Collections.Generic.IList<string> SearchFields { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.SearchFields : System.Collections.Generic.IList<string> with get, set
Public Property SearchFields As IList(Of String)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonIgnoreAttribute

Se aplica a