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

Syntax

Visual Basic (Declaration)
Public Property CellOn As Boolean
C#
public bool CellOn { get; set; }
C++
public property bool CellOn sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_CellOn();

/** property */
public void set_CellOn(bool value);
JScript
public function get CellOn() : bool

public function set CellOn(value : bool);

Property Value

Missing <value> tag for "P:PalmSens.Script.PalmScript.CellOn"

See Also