Discuss this help topic in SecureBlackbox Forum
Specifies read permission for the file owner.
Declaration
[VB.NET]
Property OwnerRead As Boolean
[Pascal]
property OwnerRead : boolean;
[C++]
bool get_OwnerRead();
void set_OwnerRead(bool Value);
[PHP]
bool get_OwnerRead()
void set_OwnerRead(bool $Value)
[Java]
boolean getOwnerRead();
void setOwnerRead(boolean Value);
Description
This property specifies whether read permission is enabled for the file owner.
Discuss this help topic in SecureBlackbox Forum