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.
Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Shared Function IsToolType ( _
    toolId As String _
) As Boolean
public static bool IsToolType(
    string toolId
)
public:
static bool IsToolType(
    String^ toolId
)
static member IsToolType : 
        toolId:string -> bool
public static function IsToolType(
    toolId : String
) : boolean
Parameters
- toolId
 Type: System.String
Return Value
Type: System.Boolean
Returns Boolean.
.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.