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