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: 14.0.9.36244
SyntaxPublic Function getID As String
public function getID() : String
Return Value
Type:
StringID of the item or empty string if ID was not found.
ExceptionsException | Condition |
---|
Exception | The instance doesn't represent a single item. |
See Also