This documentation is archived and is not being maintained.

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)

public:
property VersionSpec^ ItemVersion {
	VersionSpec^ get ();
	void set (VersionSpec^ value);
}

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.

Show: