Condividi tramite


Proprietà Comment.CommentText

Ottiene o imposta il testo del commento.

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

Sintassi

'Dichiarazione
Public Property CommentText As String
    Get
    Set
public string CommentText { get; set; }
public:
property String^ CommentText {
    String^ get ();
    void set (String^ value);
}
member CommentText : string with get, set
function get CommentText () : String
function set CommentText (value : String)

Valore proprietà

Tipo: System.String
Testo del commento.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Comment Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting