Discuss this help topic in SecureBlackbox Forum
Specifies if RequestAttributes property value will be set automatically.
Declaration
[C#]
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)
[Java]
boolean getAutoAdjustRequestAttributes();
void setAutoAdjustRequestAttributes(boolean Value);
Description
If this property value is
True then
RequestAttributes
property value will be set automatically.
Discuss this help topic in SecureBlackbox Forum