Micr.CheckType Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets 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)

Syntax

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

Remarks

Valid values are defined by the CheckType enumeration.

CheckType is set and kept current by the service object while the device is enabled. CheckType is set before a DataEvent event 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.

See Also

Reference

Micr Class
Micr Members
Microsoft.PointOfService Namespace
RawData
DataEvent