The RegistryNameFilterType simple type, in Configuration Manager, is the type for the ValuePattern element, which can be used to supply a pattern for registry values which should be discovered.

<xs:simpleType name="RegistryNameFilterType">
	<xs:restriction
		base="string"
	>
		<xs:minLength
			value="0"
		 />
	</xs:restriction>
</xs:simpleType>

See Also


Send comments about this topic to Microsoft.