Click or drag to resize

LogisticsDocumentStore Property

Gets or sets the store of the logistics document. Some logistics documents do not support store.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public virtual Store Store { get; set; }

Property Value

Type: Store
The store.

Implements

ILogisticsDocumentStore
See Also