Compartilhar via


SuggestParameters.Select Propriedade

Definição

Obtém ou define a lista de campos a serem recuperados. Se não for especificado, somente o campo de chave será incluído nos 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 da propriedade

Atributos
Newtonsoft.Json.JsonIgnoreAttribute

Aplica-se a