Gets whether the entity represented by this FtpFile is a symbolic link.

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

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

See Also