Inhalation Toxicity Zone Code (BBIE). An identifier for the Inhalation Toxicity Hazard Zone for the Hazardous Goods, as defined by the US Department of Transportation, expressed as a code.
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public ICode InhalationToxicityZoneCode { get; set; } |
| Visual Basic |
|---|
Public Property InhalationToxicityZoneCode As ICode
Get
Set |
| Visual C++ |
|---|
public:
virtual property ICode^ InhalationToxicityZoneCode {
ICode^ get () sealed;
void set (ICode^ value) sealed;
} |
| F# |
|---|
abstract InhalationToxicityZoneCode : ICode with get, set
override InhalationToxicityZoneCode : ICode with get, set |
Property Value
Type:
ICodeImplements
IHazardousGoodsTransit..::..InhalationToxicityZoneCodeRemarks
See Also