QueryHistoryParameters.VersionStart 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 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)

Syntax

'Declaration
Public Property VersionStart As VersionSpec
public VersionSpec VersionStart { get; set; }
public:
property VersionSpec^ VersionStart {
    VersionSpec^ get ();
    void set (VersionSpec^ value);
}
member VersionStart : VersionSpec with get, set
function get VersionStart () : VersionSpec 
function set VersionStart (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 goes all the way back to when the repository was created.

.NET Framework Security

See Also

Reference

QueryHistoryParameters Class

Microsoft.TeamFoundation.VersionControl.Client Namespace