The thermocouple indexer list. This gets a reference to the TemperatureSensor object 
            representing a termocouple sensor stored at the supplied index location in the collection list.
            
    Namespace: 
   PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
 Syntax
Syntax
| C# | 
|---|
| public TemperatureSensorSensor this[ int index ] { get; } | 
| Visual Basic (Declaration) | 
|---|
| Public ReadOnly Default Property Item ( _ index As Integer _ ) As TemperatureSensorSensor | 
| Visual C++ | 
|---|
| public: property TemperatureSensorSensor^ default[int index] { TemperatureSensorSensor^ get (int index); } | 
Parameters
- index
- Type: System..::.Int32
 The thermocouple sensor index.





