Discuss this help topic in SecureBlackbox Forum
Specifies owner's read permission on the file.
Declaration
[C#/Java]
bool OwnerRead;
[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)
Description
Use this property to specify owner's read permission on the file.
Discuss this help topic in SecureBlackbox Forum