Discuss this help topic in SecureBlackbox Forum
Specifies if
DesiredAccess
property value will be set automatically.
Declaration
[C#/Java]
bool AutoAdjustDesiredAccess;
[VB.NET]
Property AutoAdjustDesiredAccess As Boolean
[Pascal]
property AutoAdjustDesiredAccess : boolean;
[C++]
bool get_AutoAdjustDesiredAccess();
void set_AutoAdjustDesiredAccess(bool Value);
[PHP]
bool get_AutoAdjustDesiredAccess()
void set_AutoAdjustDesiredAccess(bool $Value)
Description
If this property value is
True then
DesiredAccess
property value will be set automatically depending on FileOpenMode, and user can set it manually otherwise.
Discuss this help topic in SecureBlackbox Forum