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

2/27/2008

Gets a number that represents the country/region of origin 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 CountryCode As CheckCountryCode
public abstract CheckCountryCode CountryCode { get; }
public:
virtual property CheckCountryCode CountryCode {
    CheckCountryCode get () abstract;
}
/** @property */
public abstract CheckCountryCode get_CountryCode ()
public abstract function get CountryCode () : CheckCountryCode

Remarks

Valid values are defined by the CheckCountryCode enumeration.

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

See Also

Reference

Micr Class
Micr Members
Microsoft.PointOfService Namespace
RawData
DataEvent