WebsiteLoggerUrl Property |
doogal.co.uk Home
Gets or sets the URL that will be used when posting an error to a website.
Namespace: UtilitiesAssembly: ExceptionLogger (in ExceptionLogger.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax public string Url { get; set; }
Public Property Url As String
Get
Set
public:
property String^ Url {
String^ get ();
void set (String^ value);
}
member Url : string with get, set
Property Value
Type:
StringSee Also