WmiMonitorBrightnessMethods class

The WmiMonitorBrightnessMethods WMI class contains methods that manage monitor brightness.

Syntax

class WmiMonitorBrightnessMethods
{
  boolean Active;
  string  InstanceName;
};

Members

The WmiMonitorBrightnessMethods class has these types of members:

Methods

The WmiMonitorBrightnessMethods class has these methods.

Method Description
WmiRevertToPolicyBrightness Sets the brightness back to the policy setting.
WmiSetALSBrightness Sets the ambient light sensor brightness value.
WmiSetALSBrightnessState Controls the ambient light sensor brightness state.
WmiSetBrightness Sets the monitor brightness.

Properties

The WmiMonitorBrightnessMethods class has these properties.

Active

Data type: boolean

Access type: Read-only

Indicates the active monitor.

InstanceName

Data type: string

Access type: Read-only

Qualifiers: Key

Name of the specific monitor instance.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\wmi
MOF
WmiCore.mof
DLL
WmiProv.dll

See also

MSMonitorClass