HazmatContenthazmat_quantity_unit Property | |
Note: This API is now obsolete.
Gets or sets Hazardous Material Quantity
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [ObsoleteAttribute("Use HazmatQuantity")]
[IgnoreDataMemberAttribute]
public string hazmat_quantity_unit { get; set; }
public:
[ObsoleteAttribute(L"Use HazmatQuantity")]
[IgnoreDataMemberAttribute]
property String^ hazmat_quantity_unit {
String^ get ();
void set (String^ value);
}
function get_hazmat_quantity_unit();
function set_hazmat_quantity_unit(value);
Property Value
Type:
StringSee Also