This documentation is archived and is not being maintained.

LinkingUtilities::IsArtifactToolSpecificIdWellFormed Method

Checks whether the specified tool specific ID is well formed.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

public:
static bool IsArtifactToolSpecificIdWellFormed(
	String^ toolSpecificId
)

Parameters

toolSpecificId
Type: System::String

The tool specific ID to check.

Return Value

Type: System::Boolean
True if the specified tool specific ID is well formed; otherwise, false.

Show: