Gets the number of 'Tariff Description' entries in the container object.
Tariff Description (BBIE). A description of the tariff applied to a consignment.
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 int GetTariffDescriptionCount() |
| Visual Basic |
|---|
Public Function GetTariffDescriptionCount As Integer |
| Visual C++ |
|---|
public:
virtual int GetTariffDescriptionCount() sealed |
| F# |
|---|
abstract GetTariffDescriptionCount : unit -> int
override GetTariffDescriptionCount : unit -> int |
Return Value
Type:
Int32The number of
IText object instances in the container object.
Implements
IConsignment..::..GetTariffDescriptionCount()()()()
See Also