The RegistryKeyPathType simple type, in Configuration Manager, is the local path to a key in the Windows registry excluding the hive information.
Example: Software\Microsoft\SomeAppKey.
This is a basic type definition and is subject to change as validation of allowed values is improved.
<xs:simpleType name="RegistryKeyPathType"> <xs:restriction base="string" > <xs:minLength value="1" /> </xs:restriction> </xs:simpleType> |
See Also
Send comments about this topic to Microsoft.