long IgetIntAttribute(string attributeName);
A long value that holds the integer value of the attribute.
// Call the int method and get the attribute int intValue = 1; String intAttributeName = "priority"; intValue = exampleBusObj.IgetIntAttribute(intAttributeName);