This documentation is archived and is not being maintained.
QueryHistoryParameters::SortAscending Property
Visual Studio 2013
By default, the results from a QueryHistory call are from VersionEnd to VersionStart (reverse order).
If you want the results to be returned in ascending order instead (from VersionStart to VersionEnd), set this flag to true.
This flag requires a TFS 2010 or a later version server to have any effect.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: