Actions to be performed in a given rule.
Namespace:
ER.Shared.Settings
Assembly:
ER.Shared.Settings.2 (in ER.Shared.Settings.2.dll) Version: 6.2.1
SyntaxCRuleActionsContainer Actions { get; set; }
Property Actions As CRuleActionsContainer
Get
Set
property CRuleActionsContainer^ Actions {
CRuleActionsContainer^ get ();
void set (CRuleActionsContainer^ value);
}
abstract Actions : CRuleActionsContainer with get, set
Property Value
Type:
CRuleActionsContainer
See Also