Propriedade DeclarativeWebTest.Description

Obtém ou define uma descrição textual do 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 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)

Valor de propriedade

Tipo: System.String
Uma descrição desse teste de desempenho da Web.

Segurança do .NET Framework

Consulte também

Referência

DeclarativeWebTest Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting