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: