This documentation is archived and is not being maintained.
TeamFoundationVersion Class
Visual Studio 2013
Contains methods and properties to assist in checking whether the server’s version of software is compatible with the client’s.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
The TeamFoundationVersion type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | ContractVersionRange | Gets the range specified by the minimum and current versions. |
![]() ![]() | CurrentContractVersion | Gets the current version of Team Foundation Server. |
![]() ![]() | MinimumContractVersion | Gets the lowest supported version of Team Foundation server by this object. |
| Name | Description | |
|---|---|---|
![]() ![]() | Validate(String) | Validates the format of the specified string that describes version. |
![]() ![]() | Validate(Version) | Validates the format of the specified version. |
Show:
