HazmatContentHazmatReportableQuantity Property | |
Gets or sets Hazardous Material Reportable Quantity
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute(false)]
[DataMemberAttribute(EmitDefaultValue = false, Order = 31)]
public bool HazmatReportableQuantity { get; set; }
public:
[DefaultValueAttribute(false)]
[DataMemberAttribute(EmitDefaultValue = false, Order = 31)]
property bool HazmatReportableQuantity {
bool get ();
void set (bool value);
}
function get_HazmatReportableQuantity();
function set_HazmatReportableQuantity(value);
Property Value
Type:
BooleanRemarks
'True' if the Hazardous Material is in a quantity that meets or exceeds the reportable quantity limit
See Also