Discuss this help topic in SecureBlackbox Forum
Names of the owners of the object.
Declaration
[C#]
String[] OwnerNames;
[VB.NET]
Property OwnerNames As String[]
[Pascal]
property OwnerNames: StringArray;
[C++]
void get_OwnerNames(TStringList &OutResult);
[PHP]
TStringList get_OwnerNames()
[Java]
String[] getOwnerNames();
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