Can be used to get the record key of a record.


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

Syntax

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

Implements

INetricsRecord.getKey

See Also