This documentation is archived and is not being maintained.

ArtifactId Constructor (String, String, String)

Initializes a new instance of the ArtifactId class.

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

public:
ArtifactId(
	String^ tool, 
	String^ artifactType, 
	String^ specificId
)

Parameters

tool
Type: System::String

The name of the tool this artifact will represent.

artifactType
Type: System::String

The type of this artifact.

specificId
Type: System::String

A unique ID for this artifact.

The ArtifactTypeNames class contains valid values for the artifactType parameter.

Show: