| PushButtonHelperPin Property |
Gets or sets the pin that the button is connected to.
Namespace: Microsoft.IoT.DeviceHelpers.InputAssembly: Microsoft.IoT.DeviceHelpers (in Microsoft.IoT.DeviceHelpers.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public GpioPin Pin { get; set; }
Public Property Pin As GpioPin
Get
Set
public:
property GpioPin^ Pin {
GpioPin^ get ();
void set (GpioPin^ value);
}
member Pin : GpioPin with get, set
Property Value
Type:
GpioPinSee Also