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

2/27/2008

Gets the serial number 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 SerialNumber As String
public abstract string SerialNumber { get; }
public:
virtual property String^ SerialNumber {
    String^ get () abstract;
}
/** @property */
public abstract String get_SerialNumber ()
public abstract function get SerialNumber () : String

Remarks

If the serial number cannot be successfully parsed, the value of SerialNumber is empty ("").

SerialNumber is set and kept current by the service object while the device is enabled. SerialNumber 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