SuggestParameters.Select プロパティ

定義

取得するフィールドの一覧を取得または設定します。 指定しない場合は、キー フィールドのみが結果に含まれます。

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

プロパティ値

属性
Newtonsoft.Json.JsonIgnoreAttribute

適用対象