| 
            
              Dnp3OutputAdapterStatus Property
             | 
          
        
        
            Returns the detailed status of the data input source.  Derived classes should extend status with implementation specific information.
            
        
        Namespace: DNP3AdaptersAssembly: Dnp3Adapters (in Dnp3Adapters.dll) Version: 2.4.258-beta
Syntaxpublic override string Status { get; }Public Overrides ReadOnly Property Status As String
	Get
public:
virtual property String^ Status {
	String^ get () override;
}abstract Status : string with get
override Status : string with get
 View SourceProperty Value
StringImplements
IProvideStatusStatusIProvideStatusStatusIProvideStatusStatus
See Also