Share via


keyValue Element [Office 2003 SDK Documentation]

Specifies the key value information for a single registry entry for a registry key.

Syntax

<keyValue>
    <valueName/>
    <valueType/>
    <value/>
</keyValue>

Element Properties

Property Value
Name keyValue 
Data Type ComplexType 
Minimum Occurrences
Maximum Occurrences Unbounded 
Default Value N/A 
Abstract False 
Nillable False 
Element Constraints Sequence 

Parent Elements

registryKey

Child Elements

Element Required/Optional Description
valueName  Required  Specifies a string that contains the name for a registry entry.
valueType  Required  Specifies a string that represents the data type for a registry entry.
value  Required  Specifies a string that contains the data for a registry entry.