NBElement Valid Property IBM Integration Bus
The Valid property indicates whether the NBElement object points to an actual logical message, or not.

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

public bool Valid { get; }

Property Value

Type: OnlineBoolean
True if it is a valid value, false otherwise.
Remarks

This property always returns true and is only included for future expansion.
See Also