Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
IIndexedItemEvent.GetName Method

Returns the name of a Field whose index is supplied. Returns null if the Field is not reported in this event.

C++
string GetName(int index);
C#
string GetName(int index);
Visual Basic
Function GetName(index As Integer) As string
Parameters 
Description 
int index 
A Field index. 

The name of a Field, or null.