void IsetStringAttribute(string attributeName, string value);
None.
// Call the String method String stringAttribute = "CustomerName"; String value = "Greatest Customer"; exampleBusObj.IsetStringAttribute(stringAttribute, value);