| 
            
              TFtpErrorPacketErrorCode Property
             | 
          
        
        
            Error code that was sent from the other party.
            
        
        Namespace: GSF.Net.TFtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic ushort ErrorCode { get; }Public ReadOnly Property ErrorCode As UShort
	Get
public:
property unsigned short ErrorCode {
	unsigned short get ();
}member ErrorCode : uint16 with get
function get_ErrorCode();
 View SourceProperty Value
UInt16
See Also