Enterprise Profile Management Windows SDK
Comments Property
NamespacesHubOne.Epm.ApiEntityBaseComments
retrieves a list of comments for this object
Declaration Syntax
C#Visual BasicVisual C++
public Collection<Comment> Comments { get; }
Public ReadOnly Property Comments As Collection(Of Comment)
public:
property Collection<Comment^>^ Comments {
	Collection<Comment^>^ get ();
}
Remarks
In Epm, one can make a comment on any object. Comment() for more information on the Comment Class.

Assembly: HubOne.Epm.Api (Module: HubOne.Epm.Api) Version: 1.0.3503.23885 (1.0.0.0)