LoadTestScenario.TestNames Property
Gets an array of the test names 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)
'Usage
Dim instance As LoadTestScenario
Dim value As IEnumerable(Of String)
value = instance.TestNames
public IEnumerable<string> TestNames { get; }
public:
property IEnumerable<String^>^ TestNames {
IEnumerable<String^>^ get ();
}
public function get TestNames () : IEnumerable<String>
Property Value
Type: System.Collections.Generic.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