Gets the number of 'Transport Event' entries in the container object.
Transport Event (ASBIE). Events that relate to this status report.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
int GetTransportEventCount() |
| Visual Basic |
|---|
Function GetTransportEventCount As Integer |
| Visual C++ |
|---|
int GetTransportEventCount() |
| F# |
|---|
abstract GetTransportEventCount : unit -> int
|
Return Value
Type:
Int32The number of
ITransportEvent object instances in the container object.
See Also