| ISwitchIsOn Property |
Gets a value that indicates if the switch is on.
Namespace: Microsoft.IoT.DeviceCore.InputAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax ReadOnly Property IsOn As Boolean
Get
property bool IsOn {
bool get ();
}
abstract IsOn : bool with get
Property Value
Type:
BooleanRemarks true if the switch is on; otherwise false.
See Also