Returns the contents of a field in the record.


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

Syntax

Visual Basic (Declaration)
Public Function getField( _ 
   ByVal fieldName As String _ 
) As String
C#
public string getField(
   string fieldName
)
C++
public:
 String getField(
   String fieldName
) sealed 
J#
public string getField(
   string fieldName
)
JScript
public  function getField(
   fieldName : String
) : String

Parameters

fieldName
The name of the field for which to return its data

Return Value

The contents of the field

See Also