Partager via


WebTestRuleBase.DisplayName, propriété

Obtient ou définit le nom de la règle ou plug-in à afficher dans l'éditeur de test des performances Web.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.String
Nom de la règle ou plug-in.

Sécurité .NET Framework

Voir aussi

Référence

WebTestRuleBase Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms