NOTE: This method is now obsolete.


Only for COM interoperability.


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

Syntax

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

Implements

INetricsMappedRecord.getFieldByName

See Also