Sets an attribute to a boolean value.
Syntax
void IsetBooleanAttribute(string attributeName, boolean value);
Parameters
Return Values
None.
Exceptions
Example
// Call the Boolean method String attributeName = "custID"; boolean value = false; exampleBusObj.IsetBooleanAttribute(attributeName, false);