Switch.SwitchSetting Property

Definition

Gets or sets the current setting for this switch.

protected:
 property int SwitchSetting { int get(); void set(int value); };
protected int SwitchSetting { get; set; }
member this.SwitchSetting : int with get, set
Protected Property SwitchSetting As Integer

Property Value

The current setting for this switch. The default is zero.

Applies to

See also