The WqlWhereClauseType simple type, in Configuration Manager, defines a condition succeeding the WHERE keyword in a WQL query.
<xs:simpleType name="WqlWhereClauseType"> <xs:restriction base="string" > <xs:minLength value="1" /> </xs:restriction> </xs:simpleType> |
See Also
Send comments about this topic to Microsoft.