The ElementType property provides the parser specific type of the NBElement (which typically controls how the logical message is converted to a bitstream).
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public int ElementType { get; set; }
public int ElementType { get; set; }
Public Property ElementType As Integer
Get
Set
Public Property ElementType As Integer
Get
Set
public:
property int ElementType {
int get ();
void set (int value);
}
public:
property int ElementType {
int get ();
void set (int value);
}
member ElementType : int with get, set
member ElementType : int with get, set
Property Value
Type:
Int32Parser specific type of the element.