Return the field names.


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

Syntax

Visual Basic (Declaration)
Public Function getFieldNames() As String()
C#
public string[] getFieldNames()
C++
public:
 array<String>^ getFieldNames() sealed 
J#
public string[] getFieldNames()
JScript
public  function getFieldNames() : String[]

See Also