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

Syntax

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

Return Value

Is this file a link

See Also