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
SyntaxStore LineStore { get; set; }
Property LineStore As Store
Get
Set
property Store^ LineStore {
Store^ get ();
void set (Store^ value);
}
abstract LineStore : Store with get, set
Property Value
Type:
Store
The line store.
See Also