  | SwitchPin Property  | 
            Gets or sets the pin that the switch is connected to.
            
 
Namespace: Microsoft.IoT.Devices.InputAssembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic GpioPin Pin { get; set; }Public Property Pin As GpioPin
	Get
	Set
public:
virtual property GpioPin^ Pin {
	GpioPin^ get () sealed;
	void set (GpioPin^ value) sealed;
}abstract Pin : GpioPin with get, set
override Pin : GpioPin with get, set
Property Value
Type: 
GpioPin
See Also