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

Syntax

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

Version Information

.NET Compact Framework

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

See Also