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.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<KeyValuePair<string, bool>> SortBy { get; }
Public ReadOnly Property SortBy As List(Of KeyValuePair(Of String, Boolean))
Get
public:
property List<KeyValuePair<String^, bool>>^ SortBy {
List<KeyValuePair<String^, bool>>^ get ();
}
member SortBy : List<KeyValuePair<string, bool>> with get
Property Value
Type:
ListKeyValuePairString,
BooleanSee Also