2.2.4.1 t:UserConfigurationDictionaryEntryType Complex Type

The UserConfigurationDictionaryEntryType complex type specifies the contents of a single dictionary entry property.

 <xs:complexType name="UserConfigurationDictionaryEntryType">
   <xs:sequence>
     <xs:element name="DictionaryKey"
       type="t:UserConfigurationDictionaryObjectType"
      />
     <xs:element name="DictionaryValue"
       type="t:UserConfigurationDictionaryObjectType"
       nillable="true"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists and describes the child elements of the UserConfigurationDictionaryEntryType complex type.

Element name

Type

Description

DictionaryKey

t:UserConfigurationDictionaryObjectType (section 2.2.4.2)

Specifies the dictionary key for a dictionary property.

DictionaryValue

t:UserConfigurationDictionaryObjectType (section 2.2.4.2)

Specifies the dictionary value for a dictionary property.