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