Discuss this help topic in SecureBlackbox Forum
Contains identity of the object's owner.
Declaration
[VB.NET]
Property OwnerID As String
[Pascal]
property OwnerID : string;
[C++]
void get_OwnerID(std::string &OutResult);
[PHP]
string get_OwnerID()
[Java]
String getOwnerID();
Description
Use this read-only property to get owner's identity.
Discuss this help topic in SecureBlackbox Forum