Get the parent key of the record being operated on.


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

Syntax

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

Return Value

the parent key value of the record, null or empty if this is not a child record.

See Also