IsetAttributeToBlank()

Sets the attribute in a business object to a blank value.

Syntax

void IsetAttributeToBlank(string attributeName);

Parameters

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

Return Values

None.

Exceptions

IInvalidAttributeNameException
Thrown when the attribute name is invalid.

Example

// Call the set-attribute-to-blank method 
String attributeName = "checkType";
exampleBusObj.IsetAttributeToBlank(attributeName);

Copyright IBM Corp. 2004