| 
            
              TFtpErrorPacketErrorMessage Property
             | 
          
        
        
            Error description that was sent by the other party.
            
        
        Namespace: GSF.Net.TFtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic string ErrorMessage { get; }Public ReadOnly Property ErrorMessage As String
	Get
public:
property String^ ErrorMessage {
	String^ get ();
}member ErrorMessage : string with get
function get_ErrorMessage();
 View SourceProperty Value
String
See Also