Gets or sets a value indicating whether logging is enabled or disabled. The default is falseFalsefalsefalse (False in Visual Basic). You can observe the log on standard VS output or use Listeners collection to add your own listener. Logging uses BooleanSwitch named "Ftp.dll". Category name for log entries is also "Ftp.dll".

Namespace: Limilabs.WHOIS
Assembly: Whois (in Whois.dll) Version: 2.0.1238.1610

Syntax

C#
public static bool Enabled { get; set; }
Visual Basic
Public Shared Property Enabled As Boolean
	Get
	Set
Visual C++
public:
static property bool Enabled {
	bool get ();
	void set (bool value);
}

See Also