Gets the number of 'Country' entries in the container object. Country (ASBIE). The countries through which goods or passengers are routed between the country of original departure and the country of final destination.

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 GetTransitCountryCount()
Visual Basic
Public Function GetTransitCountryCount As Integer
Visual C++
public:
virtual int GetTransitCountryCount() sealed
F#
abstract GetTransitCountryCount : unit -> int 
override GetTransitCountryCount : unit -> int 

Return Value

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

Implements

IConsignment..::..GetTransitCountryCount()()()()

See Also