Compartir a través de


Suggester.SourceFields Propiedad

Definición

Obtiene o establece la lista de nombres de campo a los que se aplica el proveedor de sugerencias. Cada campo debe ser buscable.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a