Gets the number of 'Package' entries in the container object. Package (ASBIE). An association to Contained Package; used to describe a package within a package.

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

Return Value

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

Implements

IPackage..::..GetContainedPackageCount()()()()

See Also