This documentation is archived and is not being maintained.

LabelItemSpec::Version Property

Gets or sets the version of this label.

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 of this label.

Show: