IControlChannelTriggerResetEventDetails.HardwareSlotReset 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.
A value that indicates if a hardware slot was affected by a ControlChannelTrigger reset event.
Note
The IControlChannelTriggerResetEventDetails interface is not supported on Windows Phone.
public:
property bool HardwareSlotReset { bool get(); };
bool HardwareSlotReset();
public bool HardwareSlotReset { get; }
var boolean = iControlChannelTriggerResetEventDetails.hardwareSlotReset;
Public ReadOnly Property HardwareSlotReset As Boolean
Property Value
Boolean
bool
A value that indicates if a hardware slot was affected by a ControlChannelTrigger reset event.