Discuss this help topic in SecureBlackbox Forum
Specifies whether the object is a private one or not.
Declaration
[VB.NET]
Property Private_ As Boolean
[Pascal]
property Private_ : boolean;
[C++]
bool get_Private_();
void set_Private_(bool Value);
[PHP]
bool get_Private_()
void set_Private_(bool $Value)
[Java]
boolean getPrivate_();
void setPrivate_(boolean Value);
Description
Use this property to specify, whether the object is a private object, or not.
Discuss this help topic in SecureBlackbox Forum