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)
Syntax
'Declaration
Public ReadOnly Property TestNames As IEnumerable(Of String)
public IEnumerable<string> TestNames { get; }
public:
property IEnumerable<String^>^ TestNames {
IEnumerable<String^>^ get ();
}
member TestNames : IEnumerable<string> with get
function get TestNames () : IEnumerable<String>
Property Value
Type: IEnumerable<String>
An IEnumerable collection of test names.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.LoadTesting Namespace