Discuss this help topic in SecureBlackbox Forum
Returns the number of carried AssertionIDRef elements.
Declaration
[VB.NET]
Property ReferenceCount As Integer
[Pascal]
property ReferenceCount : integer;
[C++]
int32_t get_ReferenceCount();
[PHP]
integer get_ReferenceCount()
[Java]
int getReferenceCount();
Description
Use this property to get the number of assertion identifiers in the list.
Discuss this help topic in SecureBlackbox Forum