| 
            
              FtpFileSize Property
             | 
          
        
        
            Gets size of file.
            
        
        Namespace: GSF.Net.VirtualFtpClientAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic abstract long Size { get; }Public MustOverride ReadOnly Property Size As Long
	Get
public:
virtual property long long Size {
	long long get () abstract;
}abstract Size : int64 with get
 View SourceProperty Value
Int64
See Also