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