NBElement PropertiesIBM Integration Bus
The NBElement type exposes the following members.
Properties

  NameDescription
Public propertyElement String 
Public propertyElement Int32, String 
Public propertyElement String, Int32 
Public propertyElement String, String 
Public propertyElement Int32, String, Int32 
Public propertyElement Int32, String, String 
Public propertyElement String, String, Int32 
Public propertyElement Int32, String, String, Int32 
Public propertyElementType
The ElementType property provides the parser specific type of the NBElement (which typically controls how the logical message is converted to a bitstream).
Public propertyFirstChild
The FirstChild property provides the first child NBElement in the logical (hierarchical) view of the message.
Public propertyGenericType
The GenericType property provides the generic type of the NBElement (which indicates if it has a Name, a Value or both).
Public propertyLastChild
The LastChild property provides the last child NBElement in the logical (hierarchical) view of the message.
Public propertyName
The Name property provides the name of the NBElement in the logical (hierarchical) view of the message.
Public propertyNamespace
The Namespace property provides the namespace of the NBElement in the logical (hierarchical) view of the message.
Public propertyNextSibling
The NextSibling property provides the next sibling NBElement in the logical (hierarchical) view of the message.
Public propertyParent
The Parent property provides the parent NBElement in the logical (hierarchical) view of the message.
Public propertyParserName
The ParserName property provides the name of the Parser in the logical view of the message which owns the NBElement.
Public propertyPreviousSibling
The PreviousSibling property provides the previous sibling NBElement in the logical (hierarchical) view of the message.
Public propertyReadOnly
The ReadOnly property indicates whether changes can be made to the NBElement.
Public propertyValid
The Valid property indicates whether the NBElement object points to an actual logical message, or not.
Public propertyValueAsString
The ValueAsString property provides the value of the value of the NBElement, converted to a string.
Public propertyValueIsNull
The ValueIsNull property indicates whether the NBElement's value is specified to be Null (outside the standard value space for its data type).
Public propertyValueType
The ValueType property provides the parser specific value type of the NBElement (which typically controls how the logical message is converted to a bitstream).
Back to Top
See Also