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: String
The text of the comment.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.