Share via


ServerStatus.GetSupportedContractVersion Method

Return the minimum and current version of application tier.

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetSupportedContractVersion As String
[WebMethodAttribute]
public string GetSupportedContractVersion()
[WebMethodAttribute]
public:
String^ GetSupportedContractVersion()
[<WebMethodAttribute>]
member GetSupportedContractVersion : unit -> string
public 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

ServerStatus Class

Microsoft.TeamFoundation.Integration.Server Namespace