Partager via


DeclarativeWebTest.Description, propriété

Obtient ou définit la description textuelle de ce test de 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 Description As String
    Get
    Set
public string Description { get; set; }
public:
property String^ Description {
    String^ get ();
    void set (String^ value);
}
member Description : string with get, set
function get Description () : String
function set Description (value : String)

Valeur de propriété

Type : System.String
Une description de ce test des performances de site Web.

Sécurité .NET Framework

Voir aussi

Référence

DeclarativeWebTest Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms