Discuss this help topic in SecureBlackbox Forum
Specifies, if the object is a private one.
Declaration
[C#/Java]
bool PrivateObj;
[VB.NET]
Property PrivateObj As Boolean
[Pascal]
property PrivateObj : boolean;
[C++]
bool get_PrivateObj();
[PHP]
bool get_PrivateObj()
Description
If this property value is
True, the object is a private one.
Discuss this help topic in SecureBlackbox Forum