IControlChannelTriggerResetEventDetails.SoftwareSlotReset Property

Definition

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.

Applies to

See also