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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.