NBConnectorFactory Info Property IBM Integration Bus
This is called by the broker to get a information about the NBConnectorFactory.

Namespace: IBM.Broker.Plugin.Connector
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public abstract string Info { get; }

Property Value

Type: OnlineString
Information about this NBConnectorFactory.
Remarks

It must return useful information about the Connector factory being used, such as its branded name and current version.
See Also