CodeCommentStatement::Comment Property

 

Gets or sets the contents of the comment.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
property CodeComment^ Comment {
	CodeComment^ get();
	void set(CodeComment^ value);
}

Property Value

Type: System.CodeDom::CodeComment^

A CodeComment that indicates the comment.

.NET Framework
Available since 1.1
Return to top
Show: