RegistryNameFilterType Simple Type

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

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

Concepts

Authoring Desired Configuration Management Configuration Baselines and Configuration Items
RegistryValueNameType Simple Type