boolean IgetBooleanAttribute(string attributeName);
The boolean value of the attribute.
// Call the boolean method String booleanAttribute = "MyBooleanAttribute"; boolean value = exampleBusObj.IgetBooleanAttribute(booleanAttribute);