Share via


RemoteOrderDisplay.CapMapCharacterSet Property

2/27/2008

Gets a Boolean value that indicates whether the service object can map characters to the character sets that are defined in CharacterSetList.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapMapCharacterSet As Boolean
public abstract bool CapMapCharacterSet { get; }
public:
virtual property bool CapMapCharacterSet {
    bool get () abstract;
}
/** @property */
public abstract boolean get_CapMapCharacterSet ()
public abstract function get CapMapCharacterSet () : boolean

Remarks

CapMapCharacterSet defines the ability of the service object to map the characters of the application to the selected character set when displaying data.

CapMapCharacterSet is set and kept current by the service object while the device is enabled.

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

RemoteOrderDisplay Class
RemoteOrderDisplay Members
Microsoft.PointOfService Namespace
CharacterSet
CharacterSetList
MapCharacterSet