LineDisplayBase.Properties Property (POS for .NET v1.12 SDK Documentation)
2/27/2008
Returns an instance of the LineDisplayProperties helper class, containing getters and setters for LineDisplay and common properties.
Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)
Syntax
'Declaration
Protected ReadOnly Property Properties As LineDisplayProperties
protected LineDisplayProperties Properties { get; }
protected:
property LineDisplayProperties^ Properties {
LineDisplayProperties^ get ();
}
/** @property */
protected LineDisplayProperties get_Properties ()
protected function get Properties () : LineDisplayProperties
Remarks
Returns an instance of the LineDisplayProperties helper class, containing getters and setters for LineDisplay and common properties. Service objects should use LineDisplayProperties 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 LineDisplayProperties 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
LineDisplayBase Class
LineDisplayBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace