Share via


PointCardRW.CharacterSetList Property

A string of character set numbers.

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

Usage

'Usage
Dim pointCardRW1 As PointCardRW

Dim returnValue As Integer
returnValue = pointCardRW1.CharacterSetList

Syntax

'Declaration
Public MustOverride ReadOnly Property CharacterSetList() As Integer()
public abstract int[] CharacterSetList {get;}
public: property virtual array<Int32>^ CharacterSetList{
    array<Int32>^ get();
}
public abstract int[] get_CharacterSetList();
public abstract function get CharacterSetList() : int[];

Remarks

CharacterSetList is typically initialized to "998,999" (ASCII, Windows ANSI character set). The string consists of ASCII numeric set numbers separated by commas.

For example, the string “101,850,999” indicates that 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

PointCardRW Class
PointCardRW Members
Microsoft.PointOfService Namespace
CharacterSet