Udostępnij za pośrednictwem


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

See Also

Reference

Comment Class

Comment Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace