NOTE: This method is now obsolete.



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

Syntax

Visual Basic (Declaration)
Function getFieldByName( _ 
   ByVal fieldName As String _ 
) As String
C#
string getFieldByName(
   string fieldName
)
C++
String getFieldByName(
   String fieldName
) abstract 
J#
string getFieldByName(
   string fieldName
)
JScript
function getFieldByName(
   fieldName : String
) : String

See Also