The MetabasePathType simple type, in Configuration Manager 2007, is the path to the object that acts as the base of the search. The path is interpreted as the path to the Internet Information Services (IIS) metabase on the target computer.

<xs:simpleType name="MetabasePathType">
	<xs:restriction
		base="string"
	>
		<xs:minLength
			value="1"
		 />
	</xs:restriction>
</xs:simpleType>

See Also


Send comments about this topic to Microsoft.