CIM_SettingContext class
The CIM_SettingContext class associates configuration objects with setting objects. For example, a network adapter's settings could change based on the site or network to which its hosting computer system is attached. In which case, the computer system would have two different configuration objects, corresponding to the differences in network configuration for the two network segments. One configuration would aggregate a setting object for the network adapter when operating on one segment; whereas, the other configuration would aggregate a different network adapter setting object, specific to another segment. Note that many computer settings are independent of the network configuration. For example, both configurations would aggregate the same setting object for the computer system's monitor resolution.
Important
The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of its inherited properties. Properties are listed in alphabetic order, not MOF order.
Syntax
[Abstract, UUID("{F0B752E8-DB30-11d2-85FC-0000F8102E5F}"), Aggregation, Association, AMENDMENT]
class CIM_SettingContext
{
CIM_Configuration REF Context;
CIM_Setting REF Setting;
};
Members
The CIM_SettingContext class has these types of members:
Properties
The CIM_SettingContext class has these properties.
-
Context
-
-
Data type: CIM_Configuration
-
Access type: Read-only
-
Qualifiers: Aggregate
Reference to the configuration object that aggregates the setting.
-
-
Setting
-
-
Data type: CIM_Setting
-
Access type: Read-only
Reference to an aggregated setting.
-
Remarks
WMI does not implement this class.
This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMV2 |
MOF |
|
DLL |
|