Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Arguments → ExtraValue
ExtraValue holds a name value pairing for future elements.
Name | Type | Description |
---|---|---|
name | string | Holds the name of a future element. |
value | string | Holds the value of a future element. |
None.
The following XML shows ExtraValue in the <urn:extraOption> element in a typical call.
<urn:options> <urn:extraOption> <urn:name></urn:name> <urn:value></urn:value> </urn:extraOption> </urn:options>
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.