Compartir a través de


WebTestRuleBase.DisplayName (Propiedad)

Obtiene o establece el nombre de la regla o complemento que se va a mostrar en el editor de la prueba de rendimiento web.

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

Sintaxis

'Declaración
Public Property DisplayName As String
    Get
    Set
public string DisplayName { get; set; }
public:
property String^ DisplayName {
    String^ get ();
    void set (String^ value);
}
member DisplayName : string with get, set
function get DisplayName () : String
function set DisplayName (value : String)

Valor de propiedad

Tipo: System.String
Nombre de la regla o complemento.

Seguridad de .NET Framework

Vea también

Referencia

WebTestRuleBase Clase

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