|
AdapterBase.ConnectionInfo Property
|
Gets connection info for adapter, if any.
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.246-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
IAdapter.ConnectionInfo
Remarks
For example, this could return IP or host name of source connection.
See Also