Returns the 'action' attribute from the Item node.
Namespace:
Aras.IOMAssembly: IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
public string getAction() |
Visual Basic (Declaration) |
---|
Public Function getAction As String |
J# |
---|
public String getAction() |
JScript |
---|
public function getAction() : String |
Return Value
Value of the 'action' attribute if the attribute exists, empty string otherwise
Exceptions
Exception | Condition |
---|---|
System..::.Exception | The instance doesn't represent a single item. |