Indicates whether or not data was appended to the remote file.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public bool Append { get; set; }
Visual Basic
Public Property Append As Boolean
	Get
	Set
Visual C++
public:
property bool Append {
	bool get ();
	void set (bool value);
}

See Also