Click to Rate and Give Feedback
MSDN
MSDN Library
WMI Reference
WMI Classes
CIM Classes
 CIM_Setting Class

  Switch on low bandwidth view
CIM_Setting Class

The CIM_Setting class represents configuration-related and operational parameters for one or more managed system elements. A managed system element can 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 setting object. For example, a modem may have a setting baud rate of 56 kilobytes per second, but be operating at 19.2 kilobytes per second.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

class CIM_Setting
{
  string Caption;
  string Description;
  string SettingID;
};

Methods

The CIM_Setting class does not define any methods.

Properties

The CIM_Setting class defines the following properties.

Caption
Data type: string
Access type: Read-only

Short textual description (one-line string) of the CIM_Setting object.

Description
Data type: string
Access type: Read-only

Textual description of the CIM_Setting object.

SettingID
Data type: string
Access type: Read-only

Identifier by which the CIM_Setting object is known.

Remarks

WMI does not implement this class. For WMI classes derived from CIM_Setting, see Win32 Classes.

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.

Examples

For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.

For C++ code examples, see WMI C++ Application Examples.

Requirements

Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
MOFCimwin32.mof
DLLCimwin32.dll
Namespace\root\cimv2

Send comments about this topic to Microsoft

Build date: 6/15/2009

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker