PointCardRW.CharacterSetList Property
2/27/2008
Gets a string of character set numbers.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CharacterSetList As Integer()
public abstract int[] CharacterSetList { get; }
public:
virtual property array<int>^ CharacterSetList {
array<int>^ get () abstract;
}
/** @property */
public abstract int[] get_CharacterSetList ()
public abstract function get CharacterSetList () : int[]
Remarks
The CharacterSetList property 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.
See Also
Reference
PointCardRW Class
PointCardRW Members
Microsoft.PointOfService Namespace
PointCardRW.CharacterSet Property