NOTE: This method is now obsolete.



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

Syntax

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

See Also