Share via


RemoteOrderDisplay.EventString Property

2/27/2008

Gets an error description for an error event.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property EventString As String
public abstract string EventString { get; }
public:
virtual property String^ EventString {
    String^ get () abstract;
}
/** @property */
public abstract String get_EventString ()
public abstract function get EventString () : String

Remarks

When an ErrorEvent is delivered, EventString is set to a description of the error that occurred to the unit(s) specified by the EventUnits property.

EventString 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
ErrorEvent
EventUnits