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.

BooleanSwitch Constructor (String^, String^, String^)

 

Initializes a new instance of the BooleanSwitch class with the specified display name, description, and default switch value.

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

public:
BooleanSwitch(
	String^ displayName,
	String^ description,
	String^ defaultSwitchValue
)

Parameters

displayName
Type: System::String^

The name to display on the user interface.

description
Type: System::String^

The description of the switch.

defaultSwitchValue
Type: System::String^

The default value of 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 saved as a field and used to initialize the Value property on first reference. For more information about constructor use, see the BooleanSwitch(String^, String^) constructor.

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