次の方法で共有


FacetRequestOptions.SortBy プロパティ

定義

並べ替える列名またはクエリ式を取得または設定します。 既定値は count (存在しない場合) です。

[Newtonsoft.Json.JsonProperty(PropertyName="sortBy")]
public string SortBy { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sortBy")>]
member this.SortBy : string with get, set
Public Property SortBy As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象