StoreTransactionLines Property |
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<StoreTransactionLine> Lines { get; }
Public ReadOnly Property Lines As ChildCollection(Of StoreTransactionLine)
Get
public:
property ChildCollection<StoreTransactionLine^>^ Lines {
ChildCollection<StoreTransactionLine^>^ get ();
}
member Lines : ChildCollection<StoreTransactionLine> with get
Property Value
Type:
ChildCollectionStoreTransactionLine
See Also