NBNode GetUserDefinedProperty Method IBM Integration Bus
Returns the value of the requested user defined property.

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

public Object GetUserDefinedProperty(
	string propertyName
)

Return Value

Type: OnlineObject
The value of the requested property.
See Also