Sets the value of an attribute of single cardinality.
Syntax
void IsetBusinessObjectAttribute(string attributeName, IBusinessObject value);
Parameters
Return Values
None.
Exceptions
Example
// Call the BusinessObject attribute method String attributeName = "AccountStatus"; String value = "delqnt"; exampleBusObj.IsetBusinessObjectAttribute(attributeName, value);