Compartir a través de


SuggestParameters.Select Propiedad

Definición

Obtiene o establece la lista de campos que se van a recuperar. Si no se especifica, solo se incluirá el campo clave en los resultados.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonIgnoreAttribute

Se aplica a