Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>
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