Share via


PosKeyboardBase.Properties Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Contains getters and setters for PosKeyboard and Common properties.

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

Syntax

'Declaration
Protected ReadOnly Property Properties As PosKeyboardProperties
protected PosKeyboardProperties Properties { get; }
protected:
property PosKeyboardProperties^ Properties {
    PosKeyboardProperties^ get ();
}
/** @property */
protected PosKeyboardProperties get_Properties ()
protected function get Properties () : PosKeyboardProperties

Remarks

Returns an instance of the PosKeyboardProperties helper class, containing getters and setters for PosKeyboard and Common 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

PosKeyboardBase Class
PosKeyboardBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace