Proprietà TestDescriptionAttribute.TestDescription

Ottiene la descrizione del test.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: System.String
La descrizione del test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestDescriptionAttribute Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting