The Valid property indicates whether the NBElement object points to an actual logical message, or not.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public bool Valid { get; }
public bool Valid { get; }
Public ReadOnly Property Valid As Boolean
Get
Public ReadOnly Property Valid As Boolean
Get
public:
property bool Valid {
bool get ();
}
public:
property bool Valid {
bool get ();
}
member Valid : bool with get
member Valid : bool with get
Property Value
Type:
BooleanTrue if it is a valid value, false otherwise.
This property always returns true and is only included for future expansion.