Click or drag to resize

ItemremoveAttribute Method

Removes the specified attribute if the attribute exist; does nothing otherwise.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public void removeAttribute(
	string attributeName
)

Parameters

attributeName
Type: SystemString
The name of the attribute to remove.This is a qualified name.
Exceptions
ExceptionCondition
ExceptionThe instance doesn't represent a single item.
ArgumentExceptionThe this.node is read-only.
See Also