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