True if detailed trace logs should be written.

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool UseTraceLogs { get; set; }
Visual Basic (Declaration)
Public Property UseTraceLogs As Boolean
Visual C++
public:
property bool UseTraceLogs {
	bool get ();
	void set (bool value);
}

See Also