| FtpItemIsFile Property |
Returns true if object represents file.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public bool IsFile { get; }
Public ReadOnly Property IsFile As Boolean
Get
public:
property bool IsFile {
bool get ();
}
member IsFile : bool with get
Property Value
Type:
BooleanSee Also