Set the field names first flag.


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

Syntax

Visual Basic (Declaration)
Public Sub setFieldNamesFirst( _ 
   ByVal fieldNamesFirst As Boolean _ 
)
C#
public void setFieldNamesFirst(
   bool fieldNamesFirst
)
C++
public:
 void setFieldNamesFirst(
   bool fieldNamesFirst
) sealed 
J#
public void setFieldNamesFirst(
   bool fieldNamesFirst
)
JScript
public  function setFieldNamesFirst(
   fieldNamesFirst : bool
)

Remarks

If true is given the first line of the file is used as the field names.

See Also