Sdílet prostřednictvím


TestDescriptionAttribute.TestDescription – vlastnost

Načte popis zkoušky.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: String
Popis zkoušky.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestDescriptionAttribute Třída

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů