Estimated number of seconds the pretreatment phase will take.


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property PretreatmentDuration As Single
C#
public float PretreatmentDuration { get; }
C++
public property float PretreatmentDuration sealed  {
    float get();
}
J#
/** property */
public float get_PretreatmentDuration();
JScript
public function get PretreatmentDuration() : float

Property Value

Missing <value> tag for "P:PalmSens.Method.PretreatmentDuration"

See Also