 | FtpItemIsFile Property |
Returns true if object represents file.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic bool IsFile { get; }Public ReadOnly Property IsFile As Boolean
Get
public:
property bool IsFile {
bool get ();
}member IsFile : bool with get
Property Value
Boolean
See Also