Share via


LineDisplayProperties.CharacterSetList Property

2/27/2008

Holds a string of character set numbers.

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

Syntax

'Declaration
Public Property CharacterSetList As Integer()
public int[] CharacterSetList { get; set; }
public:
property array<int>^ CharacterSetList {
    array<int>^ get ();
    void set (array<int>^ value);
}
/** @property */
public int[] get_CharacterSetList ()

/** @property */
public void set_CharacterSetList (int[] value)
public function get CharacterSetList () : int[]

public function set CharacterSetList (value : int[])

Remarks

The string consists of ASCII numeric set numbers separated by commas. For example, if the string is "101,850,999", then the device supports a device-specific character set, code page 850, and the Windows ANSI character set.

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

LineDisplayProperties Class
LineDisplayProperties Members
Microsoft.PointOfService.BaseServiceObjects Namespace
LineDisplayBase.CharacterSetList Property