Discuss this help topic in SecureBlackbox Forum
Returns the number of object owners.
Declaration
[VB.NET]
Property OwnerCount As Integer
[Pascal]
property OwnerCount: integer;
[C++]
int32_t get_OwnerCount();
[PHP]
integer get_OwnerCount()
[Java]
int getOwnerCount();
Description
Use this property to get the number of owners of this object.
Discuss this help topic in SecureBlackbox Forum