Click or drag to resize

ItemgetAttribute Method (String)

Returns 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 string getAttribute(
	string attributeName
)

Parameters

attributeName
Type: SystemString
The qualified name of the attribute.

Return Value

Type: String
Attribute value or null if the attribute doesn't exist
Exceptions
ExceptionCondition
ExceptionThe instance doesn't represent a single item.
See Also