Share via


PinPadProperties.CapTone Property

2/27/2008

If set to true, the PIN pad has a tone indicator, which is implemented as a ToneIndicator class object.

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

Syntax

'Declaration
Public Property CapTone As Boolean
public bool CapTone { get; set; }
public:
property bool CapTone {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_CapTone ()

/** @property */
public void set_CapTone (boolean value)
public function get CapTone () : boolean

public function set CapTone (value : boolean)

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

PinPadProperties Class
PinPadProperties Members
Microsoft.PointOfService.BaseServiceObjects Namespace
PinPadBase.CapTone Property