Compartir a través de


IncludedWebTest.Name (Propiedad)

Obtiene o establece el nombre de la prueba de rendimiento web incluida.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String
El nombre de la prueba de rendimiento web incluida.

Seguridad de .NET Framework

Vea también

Referencia

IncludedWebTest Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)