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