| PushButtonPin Property |
Gets or sets the pin that the button 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)
Syntax public 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:
GpioPinSee Also