CIM_Setting class
The CIM_Setting class represents configuration-related and operational parameters for one or more managed system elements. A managed system element may have multiple setting objects associated with it. The current operational values for an element's parameters are reflected by properties in the element itself or by properties in its associations. These properties do not have to be the same values present in the CIM_Setting object. For example, a modem may have a setting baud rate of 56Kb/sec but be operating at 19.2Kb/sec.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[Abstract, AMENDMENT]
class CIM_Setting
{
string SettingID;
string Caption;
string Description;
};
Members
The CIM_Setting class has these types of members:
Properties
The CIM_Setting class has these properties.
-
Caption
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: MaxLen (64)
A short textual description (one-line string) of the CIM_Setting object.
-
-
Description
-
-
Data type: string
-
Access type: Read-only
A textual description of the CIM_Setting object.
-
-
SettingID
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: MaxLen (256)
The identifier by which the CIM_Setting object is known.
-
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\MicrosoftNLB |
MOF |
|
DLL |
|