ILogisticsDocumentLineStoreBin Property |
Gets or sets the store bin. If the logistics line does not support store bins, 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
SyntaxStoreBin StoreBin { get; set; }
Property StoreBin As StoreBin
Get
Set
property StoreBin^ StoreBin {
StoreBin^ get ();
void set (StoreBin^ value);
}
abstract StoreBin : StoreBin with get, set
Property Value
Type:
StoreBin
The store bin.
See Also