| 
            
              FtpTransferResultMessage Property
             | 
          
        
        
            Gets any message associated with transfer.
            
        
        Namespace: GSF.Net.VirtualFtpClientAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic string Message { get; }Public ReadOnly Property Message As String
	Get
public:
property String^ Message {
	String^ get ();
}member Message : string with get
 View SourceProperty Value
String
See Also