Share via


Micr.TransitNumber Property

Holds a string containing the transit field of the 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 String
returnValue = micr1.TransitNumber

Syntax

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

Remarks

The transmit number consists of all the characters read between the ‘Transit’ symbols on the check. It is a nine-character string.

TransitNumber is typically initialized to NULL. It should then be kept current by the service object while the device is enabled. TransitNumber 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