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

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public void removeAttribute(
	string attributeName
)
Visual Basic (Declaration)
Public Sub removeAttribute ( _
	attributeName As String _
)
J#
public void removeAttribute(
	String attributeName
)
JScript
public function removeAttribute(
	attributeName : String
)

Parameters

attributeName
Type: System..::.String
The name of the attribute to remove.This is a qualified name.

Exceptions

ExceptionCondition
System..::.ExceptionThe instance doesn't represent a single item.
System..::.ArgumentExceptionThe this.node is read-only.

See Also