Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | 0 |
| Maximum Occurrences | Unbounded |
| Default Value | N/A |
| Abstract | False |
| Nillable | False |
| Element Constraints | Sequence |
Parent Elements
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. |