Share via


LineDisplayProperties.CapCharacterSet Property

2/27/2008

Holds the default character set capability of the line display device.

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

Syntax

'Declaration
Public Property CapCharacterSet As CharacterSetCapability
public CharacterSetCapability CapCharacterSet { get; set; }
public:
property CharacterSetCapability CapCharacterSet {
    CharacterSetCapability get ();
    void set (CharacterSetCapability value);
}
/** @property */
public CharacterSetCapability get_CapCharacterSet ()

/** @property */
public void set_CapCharacterSet (CharacterSetCapability value)
public function get CapCharacterSet () : CharacterSetCapability

public function set CapCharacterSet (value : CharacterSetCapability)

Remarks

Possible values are defined by the CharacterSetCapability enumeration.

The default character set can contain a superset of these ranges. The CharacterSet property can contain additional character set information.

CapCharacterSet is set 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

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