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.
Checks whether the specified tool specific ID is well formed.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Function IsArtifactToolSpecificIdWellFormed ( _
toolSpecificId As String _
) As Boolean
public static bool IsArtifactToolSpecificIdWellFormed(
string toolSpecificId
)
public:
static bool IsArtifactToolSpecificIdWellFormed(
String^ toolSpecificId
)
static member IsArtifactToolSpecificIdWellFormed :
toolSpecificId:string -> bool
public static function IsArtifactToolSpecificIdWellFormed(
toolSpecificId : String
) : boolean
Parameters
toolSpecificId
Type: System.StringThe tool specific ID to check.
Return Value
Type: System.Boolean
True if the specified tool specific ID is well formed; otherwise, false.
.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.