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