Sdílet prostřednictvím


WebTestResultComment.Comment – vlastnost

Získá nebo nastaví textový komentář.

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

Syntaxe

'Deklarace
Public Property Comment As String
public string Comment { get; internal set; }
public:
property String^ Comment {
    String^ get ();
    internal: void set (String^ value);
}
member Comment : string with get, internal set
function get Comment () : String 
internal function set Comment (value : String)

Hodnota vlastnosti

Typ: String
Text komentáře.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WebTestResultComment Třída

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