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