|   | IAdapterConnectionString Property | 
        
        
            Gets or sets key/value pair connection information specific to 
IAdapter.
            
 GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxstring ConnectionString { get; set; }Property ConnectionString As String
	Get
	Set
property String^ ConnectionString {
	String^ get ();
	void set (String^ value);
}abstract ConnectionString : string with get, set
function get_ConnectionString();
function set_ConnectionString(value);
Property Value
String See Also
See Also