PinPadBase.Properties Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Contains getters and setters for PinPadBase and Common properties.

Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)

Syntax

'Declaration
Protected ReadOnly Property Properties As PinPadProperties
protected PinPadProperties Properties { get; }
protected:
property PinPadProperties^ Properties {
    PinPadProperties^ get ();
}
/** @property */
protected PinPadProperties get_Properties ()
protected function get Properties () : PinPadProperties

Remarks

Returns an instance of the PinPadProperties helper class, containing getters and setters for PinPad and Common properties. Service objects should use PinPadProperties class to set properties that are typically designated read-only for applications. The device doesn't have to be opened, claimed, or enabled to set PinPadProperties class properties.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

PinPadBase Class
PinPadBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace