Gets the number of 'Instructions' entries in the container object. Instructions (BBIE). Special instructions relating to a shipment.

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

Return Value

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

Implements

IShipment..::..GetSpecialInstructionsCount()()()()

See Also