QueryHistoryParameters.VersionEnd Property
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 starts with the latest changeset in the repository.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property VersionEnd As VersionSpec
public VersionSpec VersionEnd { get; set; }
public:
property VersionSpec^ VersionEnd {
VersionSpec^ get ();
void set (VersionSpec^ value);
}
member VersionEnd : VersionSpec with get, set
function get VersionEnd () : VersionSpec
function set VersionEnd (value : VersionSpec)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
The property to restrict the history query along the time axis. This property defaults to null, to indicate that the range of the history query starts with the latest changeset in the repository.
.NET Framework Security
- 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.