Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationRefs.RefCount

TElCMSRevocationRefs     See also     


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


This property specifies the number of RevocationRef elements in the list.

Declaration

[C#]
    int RefCount;

[VB.NET]
    Property RefCount As Integer

[Pascal]
    property RefCount : integer;

[C++]
    int32_t get_RefCount();

[PHP]
    integer get_RefCount()

[Java]
    int getRefCount();

Description

    Use this property to get the number of elements in the Refs list.

See also:     Refs    

Discuss this help topic in SecureBlackbox Forum