Gets the received FileSystemItem.

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

Syntax

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

Field Value

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