Returns the 'action' attribute from the Item node.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic string getAction()
Public Function getAction As String
public String getAction()
public function getAction() : String
Return Value
Type:
StringValue of the 'action' attribute if the attribute exists, empty string otherwise
ExceptionsException | Condition |
---|
Exception | The instance doesn't represent a single item. |
See Also