This documentation is archived and is not being maintained.

LinkingUtilities::IsArtifactIdWellFormed Method

Checks to see if the specified ArtifactId is well formed.

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

public:
static bool IsArtifactIdWellFormed(
	ArtifactId^ artifactId
)

Parameters

artifactId
Type: Microsoft.TeamFoundation::ArtifactId

The ArtifactId to check.

Return Value

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

Show: