retrieves a list of comments for this object
| C# | Visual Basic | Visual C++ |
public Collection<Comment> Comments { get; }
Public ReadOnly Property Comments As Collection(Of Comment)
public: property Collection<Comment^>^ Comments { Collection<Comment^>^ get (); }
In Epm, one can make a comment on any object. Comment() for more information on the Comment Class.