Click or drag to resize

ILogisticsDocumentLineLineStore Property

Gets or sets the line store. If the logistics line does not support line stores, then this property will ignore sets and return always null.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
Store LineStore { get; set; }

Property Value

Type: Store
The line store.
See Also