BBjJettyContext::removeAttribute
Description
In BBj 15.00 and higher, this method removes the specified attribute.
Syntax
|
Return Value |
Method |
|---|---|
|
void |
removeAttribute(string name) |
Parameters
|
Parameter |
Description |
|---|---|
|
name |
the name of the attribute to remove. |
Return Value
None.
Remarks
The BBjJettyContext provides a repository for run-time attributes which are stored as a name - value pair.
Example
|