Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

LoadTestScenario::TestNames Property

 

Gets an array of the test names that are included in the scenario.

Namespace:   Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

public:
property IEnumerable<String^>^ TestNames {
	IEnumerable<String^>^ get();
}

Property Value

Type: System.Collections.Generic::IEnumerable<String^>^

An IEnumerable collection of test names.

Return to top
Show: