Set the url that will be used to reply with, this must start with 'http://'. http://www.google.com


Namespace: Dynmark.Services.API.Rules
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 TypeCondition
ApiArgumentExceptionThrown if the url value is deemed invalid.

See Also