Gets the number of 'Hazardous Goods Transit' entries in the container object. Hazardous Goods Transit (ASBIE). An association to information about the transportation of hazardous goods.

Namespace: Unimaze.Composer.Ubl2.Components
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public int GetHazardousGoodsTransitCount()
Visual Basic
Public Function GetHazardousGoodsTransitCount As Integer
Visual C++
public:
virtual int GetHazardousGoodsTransitCount() sealed
F#
abstract GetHazardousGoodsTransitCount : unit -> int 
override GetHazardousGoodsTransitCount : unit -> int 

Return Value

Type: Int32
The number of IHazardousGoodsTransit object instances in the container object.

Implements

ITransportHandlingUnit..::..GetHazardousGoodsTransitCount()()()()

See Also