Discuss this help topic in SecureBlackbox Forum

TElASiCContainer.ManifestCount

TElASiCContainer     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns the number of manifests in the ASiC.

Declaration

[C#]
    int ManifestCount;

[VB.NET]
    Property ManifestCount As Integer

[Pascal]
    property ManifestCount : integer;

[C++]
    not available

[PHP]
    integer get_ManifestCount()

[Java]
    int getManifestCount();

Description

Use this property to get the number of manifests in the container.

See also:     Manifests    

Discuss this help topic in SecureBlackbox Forum