HazmatContentHazmatLimitedQuantity Property | |
Gets or sets Hazardous Material Limited Quantity
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute(false)]
[DataMemberAttribute(EmitDefaultValue = false, Order = 13)]
public bool HazmatLimitedQuantity { get; set; }
public:
[DefaultValueAttribute(false)]
[DataMemberAttribute(EmitDefaultValue = false, Order = 13)]
property bool HazmatLimitedQuantity {
bool get ();
void set (bool value);
}
function get_HazmatLimitedQuantity();
function set_HazmatLimitedQuantity(value);
Property Value
Type:
BooleanRemarks
'True' if a limited quantity exemption applies to the Hazardous Material
See Also