Share via


Cat.CapTrainingMode Property

Indicates whether the TrainingMode property is implemented.

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

Usage

'Usage
Dim cat1 As Cat

Dim returnValue As Boolean
returnValue = cat1.CapTrainingMode

Syntax

'Declaration
Public MustOverride ReadOnly Property CapTrainingMode() As Boolean
public abstract bool CapTrainingMode {get;}
public: property virtual Boolean CapTrainingMode{
    Boolean get();
}
public abstract boolean get_CapTrainingMode();
public abstract function get CapTrainingMode() : Boolean;

Remarks

If TRUE, the TrainingMode property is implemented; otherwise, FALSE.

CapTrainingMode is typically initialized to FALSE. It should then be 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Cat Class
Cat Members
Microsoft.PointOfService Namespace
TrainingMode