PowerManager.EffectivePowerMode2 Property

Definition

Gets the current effective power mode of the device.

public:
 static property EffectivePowerMode EffectivePowerMode2 { EffectivePowerMode get(); };
static EffectivePowerMode EffectivePowerMode2();
public static EffectivePowerMode EffectivePowerMode2 { get; }
var effectivePowerMode = PowerManager.effectivePowerMode2;
Public Shared ReadOnly Property EffectivePowerMode2 As EffectivePowerMode

Property Value

The current effective power mode of the device.

Applies to

See also