Switch.Value Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the value of the switch.
public:
property System::String ^ Value { System::String ^ get(); void set(System::String ^ value); };
protected:
property System::String ^ Value { System::String ^ get(); void set(System::String ^ value); };
public string Value { get; set; }
protected string Value { get; set; }
member this.Value : string with get, set
Public Property Value As String
Protected Property Value As String
A string representing the value of the switch.
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.
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.
You should override the OnValueChanged() method and provide a conversion operation that sets the appropriate SwitchSetting value for your switch.
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 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: