This documentation is archived and is not being maintained.

IServerStatusService.GetSupportedContractVersion Method

Return the minimum and current version of application tier.

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

function GetSupportedContractVersion() : String

Return Value

Type: System.String
A string contains both minimum and current version number in minimum..current format (e.g. 1.0..2.0).

Show: