LineDisplayProperties.DeviceDescriptors Property
2/27/2008
Holds the number of descriptors on this device.
Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)
Syntax
'Declaration
Public Property DeviceDescriptors As Integer
public int DeviceDescriptors { get; set; }
public:
property int DeviceDescriptors {
int get ();
void set (int value);
}
/** @property */
public int get_DeviceDescriptors ()
/** @property */
public void set_DeviceDescriptors (int value)
public function get DeviceDescriptors () : int
public function set DeviceDescriptors (value : int)
Remarks
If the CapDescriptors property is set to TRUE, then DeviceDescriptors is non-zero.
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.DeviceDescriptors Property