Returns value of the 'type' attribute of the Item node.
Namespace:
Aras.IOMAssembly: 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
Exception | Condition |
---|---|
System..::.Exception | The instance doesn't represent a single item. |