Name of file to log to.

Namespace: EnterpriseDT.Util.Debug
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public string FileName { get; }
Visual Basic
Public ReadOnly Property FileName As String
	Get
Visual C++
public:
property String^ FileName {
	String^ get ();
}

See Also