  | SwitchUsePullResistors Property  | 
            Gets or sets a value that indicates if integrated pull up or pull 
            down resistors should be used to help maintain the state of the pin.
            
 
Namespace: Microsoft.IoT.Devices.InputAssembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool UsePullResistors { get; set; }Public Property UsePullResistors As Boolean
	Get
	Set
public:
virtual property bool UsePullResistors {
	bool get () sealed;
	void set (bool value) sealed;
}abstract UsePullResistors : bool with get, set
override UsePullResistors : bool with get, set
Property Value
Type: 
Booleantrue if integrated pull up or pull down resistors should; 
            otherwise false. The default is 
true.
            
See Also