The text of the comment.
[Visual Basic] Public Property Text As String [C#] public string Text {get; set;} [C++] public: __property String* get_Text(); public: __property void set_Text(String*); [JScript] public function get Text() : String; public function set Text(String);
A string containing the comment text.
CodeCommentStatement Class | CodeCommentStatement Members | System.CodeDOM Namespace