WMI Property Qualifier Definitions in Common.mof
The Common.mof file defines the following WMI property qualifiers:
If you apply one of the preceding qualifiers to a data field in a WMI class definition, it indicates that you can assign any of the integer values that are indicated in the definition of the qualifier to the corresponding structure member.
Thus, a WMI property qualifier resembles an enumeration because the qualifier represents a set of integer values. But the WMI tool suite does not generate an enumeration declaration in Iscsidef.h that corresponds to the qualifiers in Common.mof, neither does it generate a set of symbolic constant definitions that correspond to the qualifier values.
For a general discussion of WMI property qualifiers, see WMI Property Qualifiers.