Returns value of the 'type' attribute of the Item node.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntax[CLSCompliantAttribute(false)]
public string getType()
<CLSCompliantAttribute(false)>
Public Function getType As String
/** @attribute CLSCompliantAttribute(false) */
public String getType()
public function getType() : String
Return Value
Type:
StringValue of 'type' attribute if the attribute exists, empty string otherwise.
ExceptionsException | Condition |
---|
Exception | The instance doesn't represent a single item. |
See Also