Sets an attribute to a string value.
Syntax
void IsetStringAttribute(string attributeName, string value);
Parameters
Return Values
None.
Exceptions
Example
// Call the String method String stringAttribute = "CustomerName"; String value = "Greatest Customer"; exampleBusObj.IsetStringAttribute(stringAttribute, value);