In Configuration Manager 2007, the DefinedPlatformNamesType simple type identifies the defined platforms for the DCM digest.

<xs:simpleType name="DefinedPlatformNamesType">
	<xs:restriction
		base="string"
	>
		<xs:enumeration
			value="Win NT"
		 />
	</xs:restriction>
</xs:simpleType>

Enumeration

The following value is defined by the DefinedPlatformNamesType simple type:

Value Description

Win NT

Windows NT operating system.

See Also


Send comments about this topic to Microsoft.