Share via


Micr.CheckType Property

Contains a number that represents the type of check parsed from the most recently read MICR data.

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

Usage

'Usage
Dim micr1 As Micr

Dim returnValue As CheckType
returnValue = micr1.CheckType

Syntax

'Declaration
Public MustOverride ReadOnly Property CheckType() As CheckType
public abstract CheckType CheckType {get;}
public: property virtual CheckType^ CheckType{
    CheckType^ get();
}
public abstract CheckType get_CheckType();
public abstract function get CheckType() : CheckType;

Remarks

CheckType is typically initialized to Unknown. It should then be kept current by the service object while the device is enabled. CheckType is set before a DataEvent is sent to the application.

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

Micr Class
Micr Members
Microsoft.PointOfService Namespace
RawData
DataEvent