Get or set the defined actions.
Namespace: Dynmark.Services.API.Rules
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Actions As RuleActionCollection |
| C# |
|---|
| public RuleActionCollection Actions { get; set; } |
| C++ |
|---|
| public property RuleActionCollection Actions sealed { RuleActionCollection get(); void set(RuleActionCollection value); } |
| J# |
|---|
| /** property */ public RuleActionCollection get_Actions(); /** property */ public void set_Actions(RuleActionCollection value); |
| JScript |
|---|
| public function get Actions() : RuleActionCollection public function set Actions(value : RuleActionCollection); |