The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SwitchAttribute::SwitchName Property
.NET Framework (current version)
Gets or sets the display name of the switch.
Assembly: System (in System.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | SwitchName is set to null. |
| ArgumentException | SwitchName is set to an empty string. |
The SwitchName property should match the DisplayName property of the switch.
The following code example displays the value the SwitchName property for all switches used in an assembly. This code example is part of a larger example provided for the TraceSource class.
.NET Framework
Available since 2.0
Available since 2.0
Show: