Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.