Get or set the file parser to be used. If it is
set explicitly, it is never rotated.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
C# |
---|
public FTPFileParser FileParser { get; set; } |
Visual Basic |
---|
Public Property FileParser As FTPFileParser Get Set |
Visual C++ |
---|
public: property FTPFileParser^ FileParser { FTPFileParser^ get (); void set (FTPFileParser^ value); } |