Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.