@@ -167,7 +167,7 @@ The default value for this property when not specified for an instance is `true`
167
167
<details><summary>Expand for <code>valueData</code> property metadata</summary>
168
168
169
169
` ` ` yaml
170
- Type : object
170
+ Type : [ object, 'null']
171
171
IsRequired : false
172
172
IsKey : false
173
173
IsReadOnly : false
@@ -179,10 +179,14 @@ MaximumPropertyCount : 1
179
179
180
180
</details>
181
181
182
- Defines the data for the registry value. If specified, this property must be an object with a
183
- single property. The property name defines the data type. The property value defines the data
184
- value. When the instance defines this property, the `valueName` property must also be defined. An
185
- instance that defines `valueData` without `valueName` is invalid.
182
+ Defines the data for the registry value. If you specify the `valueName`property without
183
+ ` valueData` , the resource sets the value to `RZ_NONE`.
184
+
185
+ When the instance defines this property, the `valueName` property must also be defined. An instance
186
+ that defines `valueData` without `valueName` is invalid.
187
+
188
+ If specified, this property must be an object with a single property. The property name defines the
189
+ data type. The property value defines the data value.
186
190
187
191
`valueData` has the following properties :
188
192
@@ -195,8 +199,7 @@ instance that defines `valueData` without `valueName` is invalid.
195
199
- [DWord](#dword-valuedata) - Defines the value as a 32-bit unsigned integer (`REG_DWORD`).
196
200
- [QWord](#qword-valuedata) - Defines the value as a 64-bit unsigned integer (`REG_QWORD`).
197
201
198
- For more information on registry value data types, see
199
- [Registry value types][09].
202
+ For more information on registry value data types, see [Registry value types][09].
200
203
201
204
# ### String valueData
202
205
0 commit comments