Partilhar via


Propriedade TestDescriptionAttribute.TestDescription

Obtém a descrição do teste.

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

Sintaxe

'Declaração
Public ReadOnly Property TestDescription As String
public string TestDescription { get; }
public:
property String^ TestDescription {
    String^ get ();
}
member TestDescription : string with get
function get TestDescription () : String

Valor de propriedade

Tipo: String
A descrição de teste.

Segurança do .NET Framework

Consulte também

Referência

TestDescriptionAttribute Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting