Sets an attribute in a business object to "ignore".
Syntax
void IsetAttributeToIgnore(string attributeName);
Parameters
Return Values
None.
Exceptions
Example
// Set the Default Attribute to a CxIgnore value String attributeName = "Ignore"; exampleBusObj.IsetAttributeToIgnore(attributeName);