Win32_OperatingSystemQFE class
The Win32_OperatingSystemQFE association WMI class relates an operating system and the product updates applied as represented in Win32_QuickFixEngineering.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties and methods are in alphabetic order, not MOF order.
Syntax
[Dynamic, Provider("CIMWin32"), UUID("{2CB2C452-C516-11D2-B364-00105A1F77A1}"), AMENDMENT]
class Win32_OperatingSystemQFE : CIM_Dependency
{
Win32_OperatingSystem REF Antecedent;
Win32_QuickFixEngineering REF Dependent;
};
Members
The Win32_OperatingSystemQFE class has these types of members:
Properties
The Win32_OperatingSystemQFE class has these properties.
-
Antecedent
-
-
Data type: Win32_OperatingSystem
-
Access type: Read-only
-
Qualifiers: Key, Override ("Antecedent"), MappingStrings ("WMI|Win32_OperatingSystem")
Reference to the instance representing the system affected by the product update in this association.
-
-
Dependent
-
-
Data type: Win32_QuickFixEngineering
-
Access type: Read-only
-
Qualifiers: Key, Weak, Override ("Dependent"), MappingStrings ("WMI|Win32_QuickFixEngineering")
Reference to the instance representing the object instance applied to the operating system in this association.
-
Remarks
The Win32_OperatingSystemQFE class is derived from CIM_Dependency.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMV2 |
MOF |
|
DLL |
|
See also