Share via


LineDisplayProperties.CapReadBack Property

2/27/2008

Holds the capability of the line display device to read back the data displayed on it.

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

Syntax

'Declaration
Public Property CapReadBack As DisplayReadBack
public DisplayReadBack CapReadBack { get; set; }
public:
property DisplayReadBack CapReadBack {
    DisplayReadBack get ();
    void set (DisplayReadBack value);
}
/** @property */
public DisplayReadBack get_CapReadBack ()

/** @property */
public void set_CapReadBack (DisplayReadBack value)
public function get CapReadBack () : DisplayReadBack

public function set CapReadBack (value : DisplayReadBack)

Remarks

Possible values are defined by the DisplayReadBack enumeration.

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

LineDisplayProperties Class
LineDisplayProperties Members
Microsoft.PointOfService.BaseServiceObjects Namespace
LineDisplayBase.CapReadBack Property