Share via


RemoteOrderDisplay.MapCharacterSet Property

2/27/2008

Gets or sets a Boolean value that indicates whether transferred characters are mapped to another character set.

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

Syntax

'Declaration
Public MustOverride Property MapCharacterSet As Boolean
public abstract bool MapCharacterSet { get; set; }
public:
virtual property bool MapCharacterSet {
    bool get () abstract;
    void set (bool value) abstract;
}
/** @property */
public abstract boolean get_MapCharacterSet ()

/** @property */
public abstract void set_MapCharacterSet (boolean value)
public abstract function get MapCharacterSet () : boolean

public abstract function set MapCharacterSet (value : boolean)

Remarks

If MapCharacterSet is true when outputting data, the service object maps the characters transferred by the application to the character set selected in the CharacterSet property for displaying data.

If MapCharacterSet is false, then no mapping is supported. In such a case, the application has to guarantee the mapping of the character set used in the application to the character set selected in the CharacterSet property.

If CapMapCharacterSet is false, then MapCharacterSet is always false.

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
RemoteOrderDisplay.CapMapCharacterSet Property
RemoteOrderDisplay.CharacterSet Property