Returns ID of the Item node. According to AML standard ID could be set on <Item>
either as the attribute with name 'id' or as a sub-tag <id> (i.e. item property) or both.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
Visual Basic (Declaration) |
---|
Public Function getID As String |
JScript |
---|
public function getID() : String |
Return Value
ID of the item or empty string if ID was not found.
Exceptions
Exception | Condition |
---|
System..::.Exception | The instance doesn't represent a single item. |
See Also