DeleteAttribute method: IBInfo class
Syntax
DeleteAttribute(name)
Description
Use this method to delete an attribute from an IBInfo object by specifying the attribute’s name as a string.
Note:
This method can be used for content-based routing only, typically in your implementation of the IRouter.OnRouteSend or IRouter.OnRouteReceive methods.
Parameters
| Parameter | Description |
|---|---|
|
name |
Specifies the attribute by name as a string. |
Returns
A Boolean value: true if the deletion of the attribute was successful, false otherwise.
Example
&bRet = &MSG.IBInfo.DeleteAttribute("employeeID");
Related Topics