Click or drag to resize

ItemsetAttribute Method

Set the value of the attribute with the specified name on the item's node.

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

Parameters

attributeName
Type: SystemString
The name of the attribute to create or alter. This is a qualified name. If the name contains a colon it is parsed into prefix and local name components.
attributeValue
Type: SystemString
The value to set for the attribute.
Exceptions
ExceptionCondition
ExceptionThe instance doesn't represent a single item.
XmlExceptionThe specified attribute name contains an invalid character.
ArgumentExceptionThe this.node is read-only.
See Also