RuleDescExceptions Property |
Collection of filters. If the filters respond positively than the actions are executed in a rule.
Namespace:
Settings
Assembly:
CodeTwo.ER.Settings.2 (in CodeTwo.ER.Settings.2.dll) Version: 2.18.0.0
Syntaxpublic FilterCollection Exceptions { get; set; }
Public Property Exceptions As FilterCollection
Get
Set
public:
virtual property FilterCollection^ Exceptions {
FilterCollection^ get () sealed;
void set (FilterCollection^ value) sealed;
}
abstract Exceptions : FilterCollection with get, set
override Exceptions : FilterCollection with get, set
Property Value
Type:
FilterCollectionImplements
IRuleExceptions
See Also