Share via


RegistrationUtilities.IsToolTypeWellFormed Method

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.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

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

RegistrationUtilities Class

Microsoft.TeamFoundation.Server Namespace