Gets the received FtpItem.

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

Syntax

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

Field Value

The received FtpItem 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