RuleProcessingOptionsStopIfApplied Property |
Processing options if a rule has been applied.
Namespace:
ER.Shared.Settings
Assembly:
ER.Shared.Settings.2 (in ER.Shared.Settings.2.dll) Version: 10.0.1
Syntaxpublic bool StopIfApplied { get; set; }
Public Property StopIfApplied As Boolean
Get
Set
public:
property bool StopIfApplied {
bool get ();
void set (bool value);
}
member StopIfApplied : bool with get, set
Property Value
Type:
Boolean
See Also