name
Identifies the argument to be set.
The value of the name element must be one of:
- OCI_ATTR_USERNAME
- OCI_ATTR_PASSWORD
Here is an example of how you can use this element in a commandBlock.
<commandBlock> <commands> <sessionStartCommand> <arguments> <argument> <name>OCI_ATTR_USERNAME</name> <value>PROXY_USER1</value> </argument> </arguments> </sessionStartCommand> </commands> </commandBlock>
Child Elements of name Element
The name element has no child elements.