If this property is
true then logs will be written using
Trace.
Namespace: EnterpriseDT.Util.DebugAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
C# |
---|
public static bool LogToTrace { get; set; } |
Visual Basic |
---|
Public Shared Property LogToTrace As Boolean
Get
Set |
Visual C++ |
---|
public:
static property bool LogToTrace {
bool get ();
void set (bool value);
} |
See Also