Represents a possible option of a
ProfileField
Type Template
<...>
<defaultOption>xs:boolean</defaultOption>
<fieldID>xs:long</fieldID>
<index>xs:int</index>
<value>xs:string</value>
<...>Note: Element descriptions are split into information that's
relevant when you're creating an instance of this type and information
relevant when you're receiving an instance of it. Occasionally these
will differ.
Elements
| Element |
Description |
| defaultOption
|
- Setting
- Sets whether or not this option is to be selected by default.
- Getting
- Gets whether or not this option is to be selected by default.
|
| fieldID
|
- Setting
- Sets the id of the ProfileField in which this option belongs.
- Getting
- Gets the id of the ProfileField in which this option belongs.
|
| index
|
- Setting
- Sets the index of this option which represents the order in which the options will appear in the list.
- Getting
- Gets the index of this option which represents the order in which the options will appear in the list.
|
| value
|
- Setting
- Sets the value of this option.
- Getting
- Gets the value of this option.
|