Share via


ElectronicValueRW.CapDetectionControl Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets information that indicates detection, ejection, or storing processes can be controlled from the application or the reader/writer.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapDetectionControl As CardDetectionControl
public abstract CardDetectionControl CapDetectionControl { get; }
public:
virtual property CardDetectionControl CapDetectionControl {
    CardDetectionControl get () abstract;
}
/** @property */
public abstract CardDetectionControl get_CapDetectionControl ()
public abstract function get CapDetectionControl () : CardDetectionControl

Remarks

This property is set to the logical value.

This property is initialized by the Open method.

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

ElectronicValueRW Class
ElectronicValueRW Members
Microsoft.PointOfService Namespace