Share via


TestManagementService.IsSupported Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Returns a value that indicates whether the current server supports test management services.

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

Syntax

'Declaration
Public Function IsSupported As Boolean
public bool IsSupported()
public:
virtual bool IsSupported() sealed
abstract IsSupported : unit -> bool  
override IsSupported : unit -> bool
public final function IsSupported() : boolean

Return Value

Type: System.Boolean
true if the server supports test management services; otherwise, false.

Implements

ITestManagementService.IsSupported()

.NET Framework Security

See Also

Reference

TestManagementService Class

Microsoft.TeamFoundation.TestManagement.Client Namespace