Share via


Comment.CommentText Property

Gets or sets the text of the comment.

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

Syntax

'Declaration
Public Property CommentText As String
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)

Property Value

Type: System.String
The text of the comment.

.NET Framework Security

See Also

Reference

Comment Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace