Sets an attribute to an int value.
Syntax
void IsetIntAttribute(string attributeName, long value);
Parameters
Return Values
None.
Exceptions
Example
// Call the int method String intAttribute = "CustomerNumber"; int value = 5002; exampleBusObj.IsetIntAttribute(intAttribute, value);