This documentation is archived and is not being maintained.

ArtifactId::Tool Property

Gets or sets the name of the tool this artifact represents.

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

public:
property String^ Tool {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The name of the tool this artifact represents.

Show: