PointCardRW.CapCharacterSet Property
2/27/2008
Gets the default character set capability.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CapCharacterSet As CharacterSetCapability
public abstract CharacterSetCapability CapCharacterSet { get; }
public:
virtual property CharacterSetCapability CapCharacterSet {
CharacterSetCapability get () abstract;
}
/** @property */
public abstract CharacterSetCapability get_CapCharacterSet ()
public abstract function get CapCharacterSet () : CharacterSetCapability
Remarks
The default character set can contain a superset of these ranges. The initial CharacterSet property can be examined for additional information information.
CapCharacterSet is updated by the service object, based on the capabilities of the device.
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