Gets / sets the label associated with this Phidget.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
C# |
---|
public string Label { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Label As String |
Visual C++ |
---|
public: property String^ Label { String^ get (); void set (String^ value); } |
Remarks
This label is a String - up to ten characters - that is stored in the Flash memory of newer Phidgets.
This label can be set programatically, and is non-volatile - so it is remembered even if the Phidget is unplugged.
Exceptions
Exception | Condition |
---|---|
Phidgets..::.PhidgetException | If this Phidget is not opened and attached, or if this Phidget does not support labels. |