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

Syntax

Visual Basic (Declaration)
Public Overrides Property BeginPotential As Single
C#
public override float BeginPotential { get; set; }
C++
public override property float BeginPotential override  {
    float get();
    void set(float value);
}
J#
/** property */
public float get_BeginPotential();

/** property */
public void set_BeginPotential(float value);
JScript
public function get BeginPotential() : float

public function set BeginPotential(value : float);

Property Value

Missing <value> tag for "P:PalmSens.Techniques.ChronoPotStripping.BeginPotential"

See Also