| 
 
Lightstreamer .Net Adapter 1.7 
 | 
Returns the name of a Field whose index is supplied. Returns null if the Field is not reported in this event.
string GetName(int index);
string GetName(int index);
Function GetName(index As Integer) As string
| 
 
Parameters   | 
 
Description   | 
| 
 
int index   | 
 
A Field index.   | 
The name of a Field, or null.