|   | ActionAdapterBaseConnectionInfo Property | 
        
        
            Gets connection info for adapter, if any.
            
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
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();
Property Value
StringImplements
IAdapterConnectionInfo Remarks
Remarks
            For example, this could return IP or host name of source connection.
            
 See Also
See Also