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

Syntax

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

Version Information

.NET Compact Framework

Obsolete (compiler warning) in 3.9, 3.5

See Also