| 
            
              FtpDirectoryName Property
             | 
          
        
        
            Name of directory.
            
        
        Namespace: GSF.Net.VirtualFtpClientAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic abstract string Name { get; }Public MustOverride ReadOnly Property Name As String
	Get
public:
virtual property String^ Name {
	String^ get () abstract;
}abstract Name : string with get
 View SourceProperty Value
String
See Also