Discuss this help topic in SecureBlackbox Forum
This read-only property returns the number of Custom Usages.
Declaration
[C#]
int CustomUsageCount;
[VB.NET]
Property CustomUsageCount As Integer
[Pascal]
property CustomUsageCount: integer;
[C++]
int32_t get_CustomUsageCount();
[PHP]
integer get_CustomUsageCount()
[Java]
int getCustomUsageCount();
Description
Use this property to get total number of Custom Usages in the list.
Discuss this help topic in SecureBlackbox Forum