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

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

Syntax

C#
public string getType()
Visual Basic (Declaration)
Public Function getType As String
J#
public String getType()
JScript
public function getType() : String

Return Value

Value of 'type' attribute if the attribute exists, empty string otherwise.

Exceptions

ExceptionCondition
System..::.ExceptionThe instance doesn't represent a single item.

See Also