Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
IIndexedItemEvent.GetValue Method

Returns the value of a field whose index is supplied (null is a legal value too). Returns null if the Field is not reported in the Item Event. The value can be expressed as either a String or a byte array, the latter case being the most efficient, though restricted to the ISO-8859-1 (ISO-LATIN-1) character set.

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

A String or a byte array containing the Field value, or null.