SortedBy Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the order in which the events will be retrieved .
'Declaration
Public Property SortedBy As String
'Usage
Dim instance As EventQueryArgs
Dim value As String
instance.SortedBy = value
value = instance.SortedBy
public string SortedBy {get; set;}