Gets or sets event url.

Namespace: MonoSoftware.MonoX.API
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public Uri Url { get; set; }
Visual Basic
Public Property Url As Uri
	Get
	Set
Visual C++
public:
property Uri^ Url {
	Uri^ get ();
	void set (Uri^ value);
}
F#
member Url : Uri with get, set

Property Value

Type: Uri

See Also