UserListServiceGetDataInput.Sort Property

Definition

sort

[System.Text.Json.Serialization.JsonPropertyName("sort")]
public System.Collections.Generic.List<System.Text.Json.JsonElement?> Sort { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("sort")>]
member this.Sort : System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> with get, set
Public Property Sort As List(Of Nullable(Of JsonElement))

Property Value

Attributes

Applies to