Get type number of PalmSens


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

Syntax

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

Property Value

Missing <value> tag for "P:PalmSens.Comm.Comm.PalmSensType"

See Also