QueryHistoryParameters.ItemVersion Property

A VersionSpec describing the point in time at which the path provided in the Item property should be resolved. Defaults to VersionSpec.Latest; supplying another value for this property is not common.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Property ItemVersion As VersionSpec
public VersionSpec ItemVersion { get; set; }
public:
property VersionSpec^ ItemVersion {
    VersionSpec^ get ();
    void set (VersionSpec^ value);
}
member ItemVersion : VersionSpec with get, set
function get ItemVersion () : VersionSpec 
function set ItemVersion (value : VersionSpec)

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
The VersionSpec describing the point in time at which the path provided in the Item property should be resolved. Defaults to VersionSpec.Latest; supplying another value for this property is not common.

.NET Framework Security

See Also

Reference

QueryHistoryParameters Class

Microsoft.TeamFoundation.VersionControl.Client Namespace