Discuss this help topic in SecureBlackbox Forum
The property specifies if algorithm priorities should be adjusted automatically.
Declaration
[C#]
bool AutoAdjustPriority;
[VB.NET]
Property AutoAdjustPriority As Boolean
[Pascal]
property AutoAdjustPriority : boolean;
[C++]
bool get_AutoAdjustPriority();
void set_AutoAdjustPriority(bool Value);
[PHP]
bool get_AutoAdjustPriority()
void set_AutoAdjustPriority(bool $Value)
[Java]
boolean getAutoAdjustPriority();
void setAutoAdjustPriority(boolean Value);
Description
Set this property value to
True to force the component adjust algorithm priorities automatically.
Default value is
True.
Discuss this help topic in SecureBlackbox Forum