Return the value of the parent key name, null if never set.


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

Syntax

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

See Also