DeviceInfo.PowerState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The last known power state of the device.
public:
property Microsoft::MixedReality::Toolkit::WindowsDevicePortal::PowerStateInfo ^ PowerState { Microsoft::MixedReality::Toolkit::WindowsDevicePortal::PowerStateInfo ^ get(); void set(Microsoft::MixedReality::Toolkit::WindowsDevicePortal::PowerStateInfo ^ value); };
public Microsoft.MixedReality.Toolkit.WindowsDevicePortal.PowerStateInfo PowerState { get; set; }
member this.PowerState : Microsoft.MixedReality.Toolkit.WindowsDevicePortal.PowerStateInfo with get, set
Public Property PowerState As PowerStateInfo