TransactionLines Property |
Namespace:
Aloe.EnterpriseOne.Model.Applications.Rental
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<TransactionLine> Lines { get; }
Public ReadOnly Property Lines As ChildCollection(Of TransactionLine)
Get
public:
property ChildCollection<TransactionLine^>^ Lines {
ChildCollection<TransactionLine^>^ get ();
}
member Lines : ChildCollection<TransactionLine> with get
Property Value
Type:
ChildCollectionTransactionLine
See Also