Share via


PosKeyboardProperties Class (POS for .NET v1.12 SDK Documentation)

2/27/2008

A helper class created by POS for .NET to simplify the retrieval and setting of property values for keyboard devices.

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

Syntax

'Declaration
Public Class PosKeyboardProperties
    Inherits CommonProperties
public class PosKeyboardProperties : CommonProperties
public ref class PosKeyboardProperties : public CommonProperties
public class PosKeyboardProperties extends CommonProperties
public class PosKeyboardProperties extends CommonProperties

Remarks

PosKeyboardProperties is a helper class created by POS for .NET to simplify the retrieval and setting of property values for keyboard devices. PosKeyboardProperties inherits from the CommonProperties class. The protected Properties property of PosKeyboardBase class returns an instance of PosKeyboardProperties. The service object can manage the value of a property using the syntax Properties.<propertyName>. PosKeyboardProperties bypasses state validation—in other words, the service object can use PosKeyboardProperties to set and retrieve values for properties regardless of whether the keyboard device has been opened, claimed, or enabled.

Inheritance Hierarchy

System.Object
   Microsoft.PointOfService.BasicServiceObjects.CommonProperties
    Microsoft.PointOfService.BaseServiceObjects.PosKeyboardProperties

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

PosKeyboardProperties Members
Microsoft.PointOfService.BaseServiceObjects Namespace