Set the url that will be notified when the action is executed
Namespace: Dynmark.Services.API.Rules.Client
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Url As String |
| C# |
|---|
| public string Url { get; set; } |
| C++ |
|---|
| public property string Url sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_Url(); /** property */ public void set_Url(string value); |
| JScript |
|---|
| public function get Url() : String public function set Url(value : String); |
Exceptions
| Exception Type | Condition |
|---|---|
| ApiArgumentException | Thrown if value is null or exceeds 1000 characters |