| 
            
              AdapterBaseConnectionInfo Property
             | 
          
        
        
            Gets connection info for adapter, if any.
            
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.258-beta
Syntaxpublic virtual string ConnectionInfo { get; }Public Overridable ReadOnly Property ConnectionInfo As String
	Get
public:
virtual property String^ ConnectionInfo {
	String^ get ();
}abstract ConnectionInfo : string with get
override ConnectionInfo : string with get
function get_ConnectionInfo();
 View SourceProperty Value
StringImplements
IAdapterConnectionInfo
Remarks
            For example, this could return IP or host name of source connection.
            
See Also