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
'Usage
Dim instance As Comment
Dim value As String
value = instance.CommentText
instance.CommentText = value
public string CommentText { get; set; }
public:
property String^ CommentText {
String^ get ();
void set (String^ value);
}
public function get CommentText () : String
public function set CommentText (value : String)
Property Value
Type: System.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.