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

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

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