Gets or sets the URL that will be used when posting an error to a website.

Namespace:  Utilities
Assembly:  ExceptionLogger (in ExceptionLogger.dll) Version: 1.0.0.2 (1.0.0.2)

Collapse imageSyntax

C#
public string Url { get; set; }
Visual Basic (Declaration)
Public Property Url As String
Visual C++
public:
property String^ Url {
	String^ get ();
	void set (String^ value);
}

Collapse imageSee Also