Search Results for

    Show / Hide Table of Contents

    Options

    These options are displayed in a dropdown menu. The values are checked against the specified registryKey.

    Example

    <options>
        <option value="dev" name="Development" />
        <option value="admin" name="Administration" selected="true" />
        <option value="hr" name="Human Resources" />
    </options>
    

    Elements

    <option>

    Attribute Type Description Required Version
    value string The value of the check with the customRequirements registry key. X ≥1.6.0
    name string Display Name in the drop down. X ≥1.6.0
    selected boolean An option tag, with the selected attribute set to true, is preselected during the registration wizard. - ≥1.6.0
    Back to top