Share via


BumpBar.EventString Property

2/27/2008

Gets a description of the error that occurred to the specified unit(s).

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 event is delivered, EventString contains 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

BumpBar Class
BumpBar Members
Microsoft.PointOfService Namespace
EventUnits
ErrorEvent