| 
            
              FtpFileIsDirectory Property
             | 
          
        
        
            Returns false for directory entries.
            
        
        Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-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