Gets the device type of this Phidget.

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

Syntax

C#
public string Type { get; }
Visual Basic (Declaration)
Public ReadOnly Property Type As String
Visual C++
public:
property String^ Type {
	String^ get ();
}

Remarks

This is a string that describes the device as a class of devices. For example, all PhidgetInterfaceKit Phidgets will returns the String "PhidgetInterfaceKit".

Exceptions

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

See Also