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