FTPConnectionLogFile Property |
Name of file to which logs will be written.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic static string LogFile { get; set; }Public Shared Property LogFile As String
Get
Set
public:
static property String^ LogFile {
String^ get ();
void set (String^ value);
}static member LogFile : string with get, set
Property Value
Type:
String
Remarks
This method wraps PrimaryLogFile so setting either
is equivalent to setting the other.
See Also