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

Syntax

Visual Basic
<ObsoleteAttribute("User property has been deprecated. Use Owner property instead.",  _
	True)> _
Public ReadOnly Property User As String
	Get
C#
[ObsoleteAttribute("User property has been deprecated. Use Owner property instead.", 
	true)]
public string User { get; }

Version Information

.NET Compact Framework

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

See Also