Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
<ObsoleteAttribute("IsSymlink property has been deprecated. Please use IsLink property instead.",  _
	True)> _
Public ReadOnly Property IsSymlink As Boolean
	Get
C#
[ObsoleteAttribute("IsSymlink property has been deprecated. Please use IsLink property instead.", 
	true)]
public bool IsSymlink { get; }

Version Information

.NET Compact Framework

Obsolete (does not compile) in 3.9, 3.5 and later

See Also