The FindOrCreate method returns the NBElement with the given Namespace and Name. If the NBElement is not found then it is created.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax
Parameters
- space
- Type:
System String
The space of the child.
- name
- Type:
System String
The name of the child.
Return Value
Type: NBElementThe existing or the new element.
See Also