Msr.CapIso Property
2/27/2008
If true, the MSR device supports ISO cards; otherwise it is false.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CapIso As Boolean
public abstract bool CapIso { get; }
public:
virtual property bool CapIso {
bool get () abstract;
}
/** @property */
public abstract boolean get_CapIso ()
public abstract function get CapIso () : boolean
Remarks
CapIso is updated by the service object, based on the capabilities of the device.
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.