Gets the index of the latest item updated.

Namespace:  T4.API.ChartData
Assembly:  T4ChartDataAPI (in T4ChartDataAPI.dll)

Syntax

C#
public int UpdateIndex { get; }
Visual Basic (Declaration)
Public ReadOnly Property UpdateIndex As Integer
Visual C++
public:
property int UpdateIndex {
	int get ();
}

See Also