Share via


RemoteOrderDisplay.CapSelectCharacterSet Property

2/27/2008

Gets a Boolean value that indicates whether the video unit specified by the CurrentUnitId property can be loaded with an alternate, user-supplied character set.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapSelectCharacterSet As Boolean
public abstract bool CapSelectCharacterSet { get; }
public:
virtual property bool CapSelectCharacterSet {
    bool get () abstract;
}
/** @property */
public abstract boolean get_CapSelectCharacterSet ()
public abstract function get CapSelectCharacterSet () : boolean

Remarks

CapSelectCharacterSet is typically initialized to false for each video unit online. It should then be kept current by the service object while the device is enabled.

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

RemoteOrderDisplay Class
RemoteOrderDisplay Members
Microsoft.PointOfService Namespace
CurrentUnitId