AccountingVoucherLines Property |
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<AccountingVoucherLine> Lines { get; }
Public ReadOnly Property Lines As ChildCollection(Of AccountingVoucherLine)
Get
public:
property ChildCollection<AccountingVoucherLine^>^ Lines {
ChildCollection<AccountingVoucherLine^>^ get ();
}
member Lines : ChildCollection<AccountingVoucherLine> with get
Property Value
Type:
ChildCollectionAccountingVoucherLine
See Also