Gets the ID of this Phidget.

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

Syntax

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

Remarks

This ID specifies a specific Phidget device, within the phidget class.

Exceptions

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

See Also