IsetAttributeToIgnore()

Sets an attribute in a business object to ignore.

Syntax

void IsetAttributeToIgnore(string attributeName);

Parameters

attributeName
The name of the attribute whose value is set to "ignore".

Return Values

None.

Exceptions

IInvalidAttributeNameException
Thrown when the attribute name is invalid.

Example

// Set the Default Attribute to a CxIgnore value
String attributeName = "Ignore";
exampleBusObj.IsetAttributeToIgnore(attributeName);

Copyright IBM Corp. 2004, 2005