This documentation is archived and is not being maintained.
QueryHistoryParameters::VersionStart Property
Visual Studio 2013
Set this property to restrict the history query along the time axis. This property defaults to null, to indicate that the range of the history query goes all the way back to when the repository was created.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: property VersionSpec^ VersionStart { VersionSpec^ get (); void set (VersionSpec^ value); }
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client::VersionSpecThe property to restrict the history query along the time axis. This property defaults to null, to indicate that the range of the history query goes all the way back to when the repository was created.
- 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: