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 IsToolTypeWellFormed ( _
    tool As String _
) As Boolean
public static bool IsToolTypeWellFormed(
    string tool
)
public:
static bool IsToolTypeWellFormed(
    String^ tool
)
static member IsToolTypeWellFormed : 
        tool:string -> bool
public static function IsToolTypeWellFormed(
    tool : String
) : boolean
Parameters
- tool
 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.