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: Boolean
true if the server supports test management services; otherwise, false.
Implements
ITestManagementService.IsSupported()
.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.