Gets the ending mark of the comment.

Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public CommentMark CommentMarkEnd { get; }
Public ReadOnly Property CommentMarkEnd As CommentMark
	Get
public:
property CommentMark^ CommentMarkEnd {
	CommentMark^ get ();
}
member CommentMarkEnd : CommentMark with get

Property Value

CommentMark
The commentMark of end.

See Also