Return the value of the key index, -1 if never set.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function getKeyIndex() As Integer _
    Implements INetricsRecFile.getKeyIndex
C#
public int getKeyIndex()
C++
public:
 int getKeyIndex() sealed 
J#
public int getKeyIndex()
JScript
public  function getKeyIndex() : int

Implements

INetricsRecFile.getKeyIndex

See Also