WarehouseBaseAvailableContainers Property | |
Gets or sets the available containers in the warehouse
Namespace:
PSI.Sox.Packing
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public List<Container> AvailableContainers { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property List<Container^>^ AvailableContainers {
List<Container^>^ get ();
void set (List<Container^>^ value);
}
function get_AvailableContainers();
function set_AvailableContainers(value);
Property Value
Type:
ListContainerSee Also