Trigger the action to be created
Namespace: Dynmark.Services.API.Rules.Client
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Create As Boolean |
| C# |
|---|
| public bool Create { get; set; } |
| C++ |
|---|
| public property bool Create sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_Create(); /** property */ public void set_Create(bool value); |
| JScript |
|---|
| public function get Create() : bool public function set Create(value : bool); |