Click or drag to resize
AircraftListJsonBuilderArgsSortBy Property
Gets a list of AircraftComparerColumn columns to sort by and a bool to indicate whether the sort direction is ascending (true) or descending (false).

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<KeyValuePair<string, bool>> SortBy { get; }

Property Value

Type: ListKeyValuePairString, Boolean
See Also