The working directory of the container running the connectors. This can be used to store data by connectors owned by this factory.
The data stored is kept until the broker is deleted.
Namespace: IBM.Broker.Plugin.ConnectorAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public string WorkDirectory { get; }
public string WorkDirectory { get; }
Public ReadOnly Property WorkDirectory As String
Get
Public ReadOnly Property WorkDirectory As String
Get
public:
virtual property String^ WorkDirectory {
String^ get () sealed;
}
public:
virtual property String^ WorkDirectory {
String^ get () sealed;
}
abstract WorkDirectory : string with get
override WorkDirectory : string with get
abstract WorkDirectory : string with get
override WorkDirectory : string with get
Property Value
Type:
StringThe working directory.