Switch Constructor (String, String, String)
Initializes a new instance of the Switch class, specifying the display name, description, and default value for the switch.
Assembly: System (in System.dll)
Parameters
- displayName
- Type: System.String
The name of the switch.
- description
- Type: System.String
The description of the switch.
- defaultSwitchValue
- Type: System.String
The default value for the switch.
The displayName parameter is used to set the value of the DisplayName property, and the description parameter is use to set the value of the Description property. The defaultSwitchValue parameter is the value for the switch if the Value property is not set by code or by the configuration file attribute. See the Switch(String, String) overload for additional information.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.