NBElement ValueType Property IBM Integration Bus
The ValueType property provides the parser specific value type of the NBElement (which typically controls how the logical message is converted to a bitstream).

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

public NBElementValueType ValueType { get; }

Property Value

Type: NBElementValueType
ValueType returns the broker datatype of the value of the element.
See Also