Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<StoreBin> Bins { get; }
Public ReadOnly Property Bins As ChildCollection(Of StoreBin)
Get
public:
property ChildCollection<StoreBin^>^ Bins {
ChildCollection<StoreBin^>^ get ();
}
member Bins : ChildCollection<StoreBin> with get
Property Value
Type:
ChildCollectionStoreBin
See Also