Windows apps
Collapse the table of content
Expand the table of content
Information
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.

Switch::DisplayName Property

 

Gets a name used to identify the switch.

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

public:
property String^ DisplayName {
	String^ get();
}

Property Value

Type: System::String^

The name used to identify the switch. The default value is an empty string ("").

When you create a new Switch object, the DisplayName finds initial switch settings. For more information, see the Switch constructor and How to: Create, Initialize and Configure Trace Switches in the Visual Studio documentation.

The following code example displays the display name for the switch in use by a trace source. This code example is part of a larger example that can be found in the TraceSource class summary.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft