|
FtpDirectoryIsFile Property
|
Returns false for directory entries.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.246-beta
Syntaxpublic bool IsFile { get; }
Public ReadOnly Property IsFile As Boolean
Get
public:
virtual property bool IsFile {
bool get () sealed;
}
abstract IsFile : bool with get
override IsFile : bool with get
View SourceProperty Value
BooleanImplements
IFtpFileIsFile
See Also