Partilhar via


Propriedade WebTestResultComment.Comment

Obtém ou define um comentário de texto.

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

Sintaxe

'Declaração
Public Property Comment As String
    Get
    Friend Set
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)

Valor de propriedade

Tipo: System.String
Um comentário de texto.

Segurança do .NET Framework

Consulte também

Referência

WebTestResultComment Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting