ItemremoveAttribute Method |
Removes the specified attribute if the attribute exist; does nothing otherwise.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic void removeAttribute(
string attributeName
)
Public Sub removeAttribute (
attributeName As String
)
public void removeAttribute(
String attributeName
)
public function removeAttribute(
attributeName : String
)
Parameters
- attributeName
- Type: SystemString
The name of the attribute to remove.This is a qualified name.
ExceptionsException | Condition |
---|
Exception | The instance doesn't represent a single item. |
ArgumentException | The this.node is read-only. |
See Also