Discuss this help topic in SecureBlackbox Forum
Specifies if
RequestAttributes
property value will be set automatically.
Declaration
[C#/Java]
bool AutoAdjustRequestAttributes;
[VB.NET]
Property AutoAdjustRequestAttributes As Boolean
[Pascal]
property AutoAdjustRequestAttributes : boolean;
[C++]
bool get_AutoAdjustRequestAttributes();
void set_AutoAdjustRequestAttributes(bool Value);
[PHP]
bool get_AutoAdjustRequestAttributes()
void set_AutoAdjustRequestAttributes(bool $Value)
Description
If this property value is
True then
RequestAttributes
property value will be set automatically.
Discuss this help topic in SecureBlackbox Forum