This documentation is archived and is not being maintained.

ItemIdentifier::Version Property

Gets or sets the version that is associated with this ItemIdentifier.

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

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

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::VersionSpec
The version that is associated with this ItemIdentifier.

Show: