HazmatContentHazmatId Property | |
Gets or sets Hazardous Material ID
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute("")]
[DataMemberAttribute(EmitDefaultValue = false, Order = 10)]
public string HazmatId { get; set; }
public:
[DefaultValueAttribute(L"")]
[DataMemberAttribute(EmitDefaultValue = false, Order = 10)]
property String^ HazmatId {
String^ get ();
void set (String^ value);
}
function get_HazmatId();
function set_HazmatId(value);
Property Value
Type:
StringRemarks
The U.S. Dept. of Transportation (DOT) Hazardous Material Identification / UN Number for the contents of the package
See Also