Return the leading key setting, false if never set.


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

Syntax

Visual Basic (Declaration)
Public Function getLeadingKey() As Boolean _
    Implements INetricsRecFile.getLeadingKey
C#
public bool getLeadingKey()
C++
public:
 bool getLeadingKey() sealed 
J#
public bool getLeadingKey()
JScript
public  function getLeadingKey() : bool

Implements

INetricsRecFile.getLeadingKey

See Also