ComputerInfo.CsPowerManagementSupported Property

Definition

If True, device can be power-managed, for example, a device can be put into suspend mode, and so on.

public:
 property Nullable<bool> CsPowerManagementSupported { Nullable<bool> get(); };
public bool? CsPowerManagementSupported { get; }
member this.CsPowerManagementSupported : Nullable<bool>
Public ReadOnly Property CsPowerManagementSupported As Nullable(Of Boolean)

Property Value

Remarks

This property does not indicate that power management features are enabled currently, but it does indicate that the logical device is capable of power management

Applies to