WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
Valid Property
NamespacesIBM.Broker.PluginNBElementValid
SUMMARY
The Valid property indicates whether the NBElement object points to an actual logical message, or not.
Declaration Syntax
C#Visual BasicVisual C++F#
public bool Valid { get; }
Public ReadOnly Property Valid As Boolean
	Get
public:
property bool Valid {
	bool get ();
}
member Valid : bool
Value
True if it is a valid value, false otherwise.
Remarks
This property always returns true and is only included for future expansion.

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0