Checks to see if the specified ArtifactId is well formed.
Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Function IsArtifactIdWellFormed ( _
    artifactId As ArtifactId _
) As Boolean
public static bool IsArtifactIdWellFormed(
    ArtifactId artifactId
)
public:
static bool IsArtifactIdWellFormed(
    ArtifactId^ artifactId
)
static member IsArtifactIdWellFormed : 
        artifactId:ArtifactId -> bool
public static function IsArtifactIdWellFormed(
    artifactId : ArtifactId
) : boolean
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.
.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.