Propriedade WebTestRuleBase.DisplayName

Obtém ou define o nome da regra ou plug-in para ser exibido no editor de teste de desempenho de Web.

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

Sintaxe

'Declaração
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 propriedade

Tipo: System.String
O nome da regra ou plug-in.

Segurança do .NET Framework

Consulte também

Referência

WebTestRuleBase Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting