Share via


BumpBar.EventString Property

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

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

Usage

'Usage
Dim bumpBar1 As BumpBar

Dim returnValue As String
returnValue = bumpBar1.EventString

Syntax

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

Remarks

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

EventString is typically initialized to an empty string. 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

BumpBar Class
BumpBar Members
Microsoft.PointOfService Namespace
EventUnits
ErrorEvent