Gets the received SftpItem.

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

Syntax

Visual Basic
Public ReadOnly Property Item As SftpItem
	Get
C#
public SftpItem Item { get; }

Field Value

The received SftpItem or null if not available.

Remarks

To remove this item from the list, set this property to null.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also