ITestManagementTeamProject.ServerVersion Property

 

Note: This API is now obsolete.

The version of TFS server that the client is connected to

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

Syntax

[ObsoleteAttribute("This property is deprecated. Use TestManagementServiceVersion instead")]
ServerVersion ServerVersion { get; }
[ObsoleteAttribute("This property is deprecated. Use TestManagementServiceVersion instead")]
property ServerVersion ServerVersion {
    ServerVersion get();
}
[<ObsoleteAttribute("This property is deprecated. Use TestManagementServiceVersion instead")>]
abstract ServerVersion : ServerVersion with get
<ObsoleteAttribute("This property is deprecated. Use TestManagementServiceVersion instead")>
ReadOnly Property ServerVersion As ServerVersion

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ServerVersion

See Also

ITestManagementTeamProject Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top