Discuss this help topic in SecureBlackbox Forum
…
Declaration
[VB.NET]
Property Z As Boolean
[Pascal]
property Z : boolean;
[C++]
bool get_Z();
void set_Z(bool Value);
[PHP]
bool get_Z()
void set_Z(bool $Value)
[Java]
boolean getZ();
void setZ(boolean Value);
Description
…
Discuss this help topic in SecureBlackbox Forum