Indicates whether pretreatment is finished.


Namespace: PalmSens.Comm
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Protected PretreatmentDone As Boolean
C#
protected bool PretreatmentDone;
C++
protected:
 bool PretreatmentDone sealed ;
J#
protected bool PretreatmentDone
JScript
protected PretreatmentDone : bool;

See Also