Discuss this help topic in SecureBlackbox Forum
...
Declaration
[C#/Java]
bool OtherRead;
[VB.NET]
Property OtherRead As Boolean
[Pascal]
property OtherRead : boolean;
[C++]
bool get_OtherRead();
void set_OtherRead(bool Value);
[PHP]
bool get_OtherRead()
void set_OtherRead(bool $Value)
Description
...
Discuss this help topic in SecureBlackbox Forum