Switch.Value Property

Definition

Gets or sets the value of the switch.

C#
public string Value { get; set; }
C#
protected string Value { get; set; }

Property Value

A string representing the value of the switch.

Exceptions

The value is null.

-or-

The value does not consist solely of an optional negative sign followed by a sequence of digits ranging from 0 to 9.

-or-

The value represents a number less than Int32.MinValue or greater than Int32.MaxValue.

Remarks

The OnValueChanged method is called when the value of the Value property is changed. The OnValueChanged method parses the value of this property and converts it to an integer value, which is then used to set the SwitchSetting property.

Notes to Inheritors

You should override the OnValueChanged() method and provide a conversion operation that sets the appropriate SwitchSetting value for your switch.

Applies to

Product Versions
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1