This documentation is archived and is not being maintained.

RepositoryProperties::Version Property

Gets the version of the mid/data tier system. For the system to start and run correctly both the mid and data tiers must have the same version information.

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

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

Property Value

Type: System::String
The version of the mid/data tier system.

Show: