NOTE: This method is now obsolete.



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

Syntax

Visual Basic (Declaration)
Function getField( _ 
   ByVal fieldNo As Integer _ 
) As String
C#
string getField(
   int fieldNo
)
C++
String getField(
   int fieldNo
) abstract 
J#
string getField(
   int fieldNo
)
JScript
function getField(
   fieldNo : int
) : String

See Also