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::SwitchSetting Property

 

Gets or sets the current setting for this switch.

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

protected:
property int SwitchSetting {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The current setting for this switch. The default is zero.

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