Actions to be performed in a given rule.
Namespace:
Settings
Assembly:
CodeTwo.ER.Settings.2 (in CodeTwo.ER.Settings.2.dll) Version: 2.15.0.0
Syntaxpublic CRuleActionsContainer Actions { get; set; }
Public Property Actions As CRuleActionsContainer
Get
Set
public:
virtual property CRuleActionsContainer^ Actions {
CRuleActionsContainer^ get () sealed;
void set (CRuleActionsContainer^ value) sealed;
}
abstract Actions : CRuleActionsContainer with get, set
override Actions : CRuleActionsContainer with get, set
Property Value
Type:
CRuleActionsContainerImplements
IRuleActions
See Also