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)

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

Return Value

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

.NET Framework Security

See Also

Reference

LinkingUtilities Class

Microsoft.TeamFoundation Namespace