The properties that will make up the LocalEnvironment.
Namespace: IBM.Broker.Plugin.ConnectorAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
protected Dictionary<string, string> properties
protected Dictionary<string, string> properties
Protected properties As Dictionary(Of String, String)
Protected properties As Dictionary(Of String, String)
protected:
Dictionary<String^, String^>^ properties
protected:
Dictionary<String^, String^>^ properties
val mutable properties: Dictionary<string, string>
val mutable properties: Dictionary<string, string>
Field Value
Type:
Dictionary
String,
String
This is populated with an empty dictionary when
BuildProperties is called. It can also be populated by a subclass.