Return the state of the field names first setting.


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

Syntax

Visual Basic (Declaration)
Public Function getFieldNamesFirst() As Boolean _
    Implements INetricsRecFile.getFieldNamesFirst
C#
public bool getFieldNamesFirst()
C++
public:
 bool getFieldNamesFirst() sealed 
J#
public bool getFieldNamesFirst()
JScript
public  function getFieldNamesFirst() : bool

Implements

INetricsRecFile.getFieldNamesFirst

See Also