Gets or sets the format of the query string that will be used when posting an error to a website. e.g error={0}

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

Syntax

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

See Also