Discuss this help topic in SecureBlackbox Forum
Names of the owners of the object.
Declaration
[C#/Java]
StringArray OwnerNames;
[VB.NET]
Property OwnerNames As StringArray;
[Pascal]
property OwnerNames: StringArray;
[C++]
void get_OwnerNames(TStringList &OutResult);
[PHP]
TStringList get_OwnerNames()
Parameters
- Index - the index of the desired item in the list. The indexing starts with 0.
Description
Use this property to get the names of the object owners.
Discuss this help topic in SecureBlackbox Forum