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

2/27/2008

Gets the transit field of the 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 TransitNumber As String
public abstract string TransitNumber { get; }
public:
virtual property String^ TransitNumber {
    String^ get () abstract;
}
/** @property */
public abstract String get_TransitNumber ()
public abstract function get TransitNumber () : String

Remarks

The transmit number consists of all the characters that are read between the 'Transit' symbols on the check. It is a 9-character string.

TransitNumber is set and kept current by the service object while the device is enabled. TransitNumber 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
Micr.RawData Property
DataEvent