Gets the flag indicating whether the item might be a file.

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

Syntax

Visual Basic
Public Overrides ReadOnly Property IsFile As Boolean
	Get
C#
public override bool IsFile { get; }

Field Value

True if the item might be a file.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also