This documentation is archived and is not being maintained.

IMetadataFile::TestList Property

Gets or sets the semicolon-separated test lists in the file to run.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

property String^ TestList {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The semicolon-separated test lists in the file to run.

Show: