Discuss this help topic in SecureBlackbox Forum
Specifies the number of items in the list
Declaration
[C#]
int SubjectConfirmationCount;
[VB.NET]
Property SubjectConfirmationCount As Integer
[Pascal]
property SubjectConfirmationCount : integer;
[C++]
int32_t get_SubjectConfirmationCount();
[PHP]
integer get_SubjectConfirmationCount()
[Java]
int getSubjectConfirmationCount();
Description
This property returns the number of SubjectConfirmation elements in the list.
Discuss this help topic in SecureBlackbox Forum