Switch::Value Property
.NET Framework (current version)
Gets or sets the value of the switch.
Assembly: System (in System.dll)
| Exception | Condition |
|---|---|
| ConfigurationErrorsException |
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: