Share via


LineDisplayProperties.CapDescriptors Property

2/27/2008

If true, the device supports descriptors.

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

Syntax

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

/** @property */
public void set_CapDescriptors (boolean value)
public function get CapDescriptors () : boolean

public function set CapDescriptors (value : boolean)

Remarks

If true, the device supports descriptors.

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.CapDescriptors Property