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