Gets or sets the state of the option switch.

Namespace: RRAutoLib.Loconet
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867

Syntax

C#
public SwitchState ProgOpsState { get; set; }
Visual Basic
Public Property ProgOpsState As SwitchState
	Get
	Set

Field Value

A member of the SwitchState enumeration type.

Remarks

This property pertains only to Type used for programming.

See Also