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)

Syntax

'Declaration
Function GetSupportedContractVersion As String
string GetSupportedContractVersion()
String^ GetSupportedContractVersion()
abstract GetSupportedContractVersion : unit -> string
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).

.NET Framework Security

See Also

Reference

IServerStatusService Interface

Microsoft.TeamFoundation.Server Namespace