LogisticsDocumentLineStoreBin Property |
Gets or sets the store bin. Some logistics lines does not support store bins and this property will alwais return null/ghost object.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic virtual StoreBin StoreBin { get; set; }
Public Overridable Property StoreBin As StoreBin
Get
Set
public:
virtual property StoreBin^ StoreBin {
StoreBin^ get ();
void set (StoreBin^ value);
}
abstract StoreBin : StoreBin with get, set
override StoreBin : StoreBin with get, set
Property Value
Type:
StoreBin
The store bin.
Implements
ILogisticsDocumentLineStoreBin
See Also