Get the record key of the record being operated on.


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

Syntax

Visual Basic (Declaration)
Public Function getKey() As String
C#
public string getKey()
C++
public:
 String getKey() sealed 
J#
public string getKey()
JScript
public  function getKey() : String

Return Value

the key value of the record being operated on.

See Also