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

2/27/2008

Gets the account number parsed from the most recently read MICR data.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property AccountNumber As String
public abstract string AccountNumber { get; }
public:
virtual property String^ AccountNumber {
    String^ get () abstract;
}
/** @property */
public abstract String get_AccountNumber ()
public abstract function get AccountNumber () : String

Remarks

This account number does not include a check serial number if a check serial number can be separately parsed, even if the check serial number is embedded in the account number part of the "On-Us" field.

If the account number cannot be identified, the string is empty ("").

AccountNumber is set by the service object before it sends a data event 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