NBNode GetUserDefinedPropertyAsString Method IBM Integration Bus
Returns the value of the requested user defined property as a string.

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

public string GetUserDefinedPropertyAsString(
	string propertyName
)

Return Value

Type: OnlineString
The value of the requested property converted to a string.
See Also