​
​
​

Gets a collection of all comments in the text part. The property's value is an object of the type CommentCollection.

​ Introduced: 30.0.

Syntax

​public CommentCollection Comments { get; }
​Public ReadOnly Property Comments() As CommentCollection
​

Limitations

Read only.

​