IncludedWebTest.Name Property

Gets or sets the name of the included Web performance test.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Property Name As String
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String
function set Name (value : String)

Property Value

Type: System.String
The name of the included Web performance test.

.NET Framework Security

See Also

Reference

IncludedWebTest Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace