Gets the name of this Phidget.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
C# |
---|
public string Name { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Name As String |
Visual C++ |
---|
public: property String^ Name { String^ get (); } |
Remarks
This is a string that describes the device. For example, a PhidgetInterfaceKit could be described as “Phidget InterfaceKit 8/8/8”,
or “Phidget InterfaceKit 0/0/4”, among others, depending on the specific device.
Exceptions
Exception | Condition |
---|---|
Phidgets..::.PhidgetException | If this Phidget is not opened and attached. |