ElectronicValueRW.TrainingModeState Property (POS for .NET v1.14 SDK Documentation)

3/2/2014

Gets or sets the TrainingModeState value that indicates if the electronic value reader/writer is in training mode.

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

Syntax

'Declaration
Public MustOverride Property TrainingModeState As TrainingModeState
public abstract TrainingModeState TrainingModeState { get; set; }
public:
virtual property TrainingModeState TrainingModeState {
    TrainingModeState get () abstract;
    void set (TrainingModeState value) abstract;
}
/** @property */
public abstract TrainingModeState get_TrainingModeState ()

/** @property */
public abstract void set_TrainingModeState (TrainingModeState value)
public abstract function get TrainingModeState () : TrainingModeState

public abstract function set TrainingModeState (value : TrainingModeState)

Property Value

Returns TrainingModeState.

Remarks

This property is initialized to 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