Share via


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

2/27/2008

Gets or sets the Boolean value that indicates whether detection control is enabled.

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

Syntax

'Declaration
Public MustOverride Property DetectionControl As Boolean
public abstract bool DetectionControl { get; set; }
public:
virtual property bool DetectionControl {
    bool get () abstract;
    void set (bool value) abstract;
}
/** @property */
public abstract boolean get_DetectionControl ()

/** @property */
public abstract void set_DetectionControl (boolean value)
public abstract function get DetectionControl () : boolean

public abstract function set DetectionControl (value : boolean)

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