WebsiteLoggerQueryString Property |
doogal.co.uk Home
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: UtilitiesAssembly: ExceptionLogger (in ExceptionLogger.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax public string QueryString { get; set; }
Public Property QueryString As String
Get
Set
public:
property String^ QueryString {
String^ get ();
void set (String^ value);
}
member QueryString : string with get, set
Property Value
Type:
StringSee Also