Set the 'action' attribute on this.node.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic void setAction(
string action
)
Public Sub setAction (
action As String
)
public void setAction(
String action
)
public function setAction(
action : String
)
Parameters
- action
- Type: SystemString
Action name
ExceptionsException | Condition |
---|
Exception | The instance doesn't represent a single item. |
ArgumentException | The this.node is read-only. |
See Also