Gets a name used to identify the switch. This name can be displayed on a user interface.
[Visual Basic] Public ReadOnly Property DisplayName As String [C#] public string DisplayName {get;} [C++] public: __property String* get_DisplayName(); [JScript] public function get DisplayName() : String;
A name used to identify the switch.
When a Switch object is instantiated, the DisplayName is used to find initial switch settings in the registry, or in environmental variables. The default value is the empty string ("").
Switch Class | Switch Members | System.Diagnostics Namespace | Switch | BooleanSwitch | TraceSwitch | Debug | Trace