dropdownList

A drop-down list display element, with which a user can pick one of the displayed entries. Must be associated with an EnumerationElement when defined in the <elements> PolicyDefinition element.

Element hierarchy

<policyDefinitionResources>
<resources>
<presentationTable>
<presentation>
<dropdownList>

Syntax

<dropdownList noSort?      = boolean : "false"
              defaultItem? = unsignedInt >

  <xs:extension base="pd:DataElementContent">
        <xs:attribute name="noSort" type="xs:boolean" default="false"/>
        <xs:attribute name="defaultItem" type="xs:unsignedInt"/>
      </xs:extension>

</dropdownList>

Key

?   optional (zero or one)

:   default value

Attributes and Elements

Attributes

Attribute Description Data type Required Default value
defaultItem

TBD

unsignedInt No
noSort

TBD

boolean No false

 

Child Elements

None.

Parent Elements

Parent Element Description
[presentation](element-presentation.md)

A presentation element representing parameters for a policy setting.

 

Requirements

Namespace

https://www.microsoft.com/GroupPolicy/PolicyDefinitions