FTPConnectionLogToConsole Property |
Determines whether or not logs will be written to the console.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic static bool LogToConsole { get; set; }Public Shared Property LogToConsole As Boolean
Get
Set
public:
static property bool LogToConsole {
bool get ();
void set (bool value);
}static member LogToConsole : bool with get, set
Property Value
Type:
Boolean
Remarks
This method wraps LogToConsole so setting either
is equivalent to setting the other.
See Also