Discuss this help topic in SecureBlackbox Forum
Specifies owner's read access right for the file.
Declaration
[VB.NET]
Property UserRead As Boolean
[Pascal]
property UserRead: boolean;
[C++]
bool get_UserRead();
void set_UserRead(bool Value);
[PHP]
bool get_UserRead()
void set_UserRead(bool $Value)
[Java]
boolean getUserRead();
void setUserRead(boolean Value);
Description
Use this property to get/set if file owner can read this file.
Discuss this help topic in SecureBlackbox Forum