Discuss this help topic in SecureBlackbox Forum

TElASiCManifest.ReferenceCount

TElASiCManifest     See also     


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


Returns the number references in the manifest.

Declaration

[C#]
    int ReferenceCount;

[VB.NET]
    Property ReferenceCount As Integer

[Pascal]
    property ReferenceCount : integer;

[C++]
    not available

[PHP]
    integer get_ReferenceCount()

[Java]
    int getReferenceCount();

Description

Use this property to get the number of references in the manifest.

See also:     References    

Discuss this help topic in SecureBlackbox Forum