NBElement ValueAsString Property IBM Integration Bus
The ValueAsString property provides the value of the value of the NBElement, converted to a string.

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

public string ValueAsString { get; }

Property Value

Type: OnlineString
ValueAsString returns the value of the element converted to a string.
See Also