If it is false then the rule will not be processed. User can adjust this flag within UI.
Namespace:
Settings
Assembly:
CodeTwo.ER.Settings.2 (in CodeTwo.ER.Settings.2.dll) Version: 2.15.0.0
Syntaxpublic bool Active { get; set; }
Public Property Active As Boolean
Get
Set
public:
virtual property bool Active {
bool get () sealed;
void set (bool value) sealed;
}
abstract Active : bool with get, set
override Active : bool with get, set
Property Value
Type:
BooleanImplements
IRuleActive
See Also