Click or drag to resize

ItemgetType Method

Returns value of the 'type' attribute of the Item node.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
[CLSCompliantAttribute(false)]
public string getType()

Return Value

Type: String
Value of 'type' attribute if the attribute exists, empty string otherwise.
Exceptions
ExceptionCondition
ExceptionThe instance doesn't represent a single item.
See Also