Gets the class of this Phidget.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public Phidget..::.PhidgetClass Class { get; }
Visual Basic (Declaration)
Public ReadOnly Property Class As Phidget..::.PhidgetClass
Visual C++
public:
property Phidget..::.PhidgetClass Class {
	Phidget..::.PhidgetClass get ();
}

Remarks

Classes represent a group of Phidgets that use the same API type.

Exceptions

ExceptionCondition
Phidgets..::.PhidgetExceptionIf this Phidget is not opened and attached.

See Also