ContainerMaximumWeight Property | |
Gets or sets the container maximum weight
Namespace:
PSI.Sox.Packing
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public Weight MaximumWeight { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Weight^ MaximumWeight {
Weight^ get ();
void set (Weight^ value);
}
function get_MaximumWeight();
function set_MaximumWeight(value);
Property Value
Type:
WeightSee Also