Sets the attribute in a business object to a blank value.
Syntax
void IsetAttributeToBlank(string attributeName);
Parameters
Return Values
None.
Exceptions
Example
// Call the set-attribute-to-blank method String attributeName = "checkType"; exampleBusObj.IsetAttributeToBlank(attributeName);