Udostępnij za pośrednictwem


LoadTestScenario.Name Property

Gets the name of the scenario as defined in the Load Test Editor.

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

Syntax

'Declaration
Public ReadOnly Property Name As String
'Usage
Dim instance As LoadTestScenario 
Dim value As String 

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
public function get Name () : String

Property Value

Type: System.String
The name of the scenario as defined in the Load Test Editor.

.NET Framework Security

See Also

Reference

LoadTestScenario Class

LoadTestScenario Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace

Other Resources

How to: Create a Load Test Plug-In