Share via


RemoteOrderDisplay.CapTone Property

2/27/2008

Gets a Boolean value that indicates whether the video unit specified by the CurrentUnitId property supports an enunciator.

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

Syntax

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

Remarks

CapTone is set and 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