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

Syntax

C#
int ControlPort { get; set; }
Visual Basic
Property ControlPort As Integer
	Get
	Set
Visual C++
property int ControlPort {
	int get ();
	void set (int value);
}

See Also