In Configuration Manager 2007, the DnNameType simple type is the distinguished name of an object that is used in a directory search.
The distinguished name syntax is described in the MSDN Documentation in Distinguished Names (http://go.microsoft.com/fwlink/?LinkID=111721).
<xs:simpleType name="DnNameType"> <xs:restriction base="string" > <xs:minLength value="1" /> </xs:restriction> </xs:simpleType> |
See Also
Send comments about this topic to Microsoft.