|
LocalInputAdapterConnectionInfo Property
|
Gets connection info for adapter, if any.
Namespace: HistorianAdaptersAssembly: HistorianAdapters (in HistorianAdapters.dll) Version: 2.4.207-beta
Syntax public override string ConnectionInfo { get; }
Public Overrides ReadOnly Property ConnectionInfo As String
Get
public:
virtual property String^ ConnectionInfo {
String^ get () override;
}
abstract ConnectionInfo : string with get
override ConnectionInfo : string with get
function get_ConnectionInfo();
View SourceProperty Value
StringImplements
IAdapterConnectionInfoSee Also