WarehouseLocations Property |
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Wms
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<WarehouseLocation> Locations { get; }
Public ReadOnly Property Locations As ChildCollection(Of WarehouseLocation)
Get
public:
property ChildCollection<WarehouseLocation^>^ Locations {
ChildCollection<WarehouseLocation^>^ get ();
}
member Locations : ChildCollection<WarehouseLocation> with get
Property Value
Type:
ChildCollectionWarehouseLocation
See Also