DocumentComments Property |
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<DocumentComment> Comments { get; }
Public ReadOnly Property Comments As ChildCollection(Of DocumentComment)
Get
public:
property ChildCollection<DocumentComment^>^ Comments {
ChildCollection<DocumentComment^>^ get ();
}
member Comments : ChildCollection<DocumentComment> with get
Property Value
Type:
ChildCollectionDocumentComment
See Also