This documentation is archived and is not being maintained.

Artifact::ArtifactTitle Property

Gets or sets the name of this artifact.

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

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

Property Value

Type: System::String
The name of this artifact.

Show: