NOTE: This method is now obsolete.



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

Syntax

Visual Basic (Declaration)
Sub setLeadingKey( _ 
   ByVal leadingkey As Boolean _ 
)
C#
void setLeadingKey(
   bool leadingkey
)
C++
void setLeadingKey(
   bool leadingkey
) abstract 
J#
void setLeadingKey(
   bool leadingkey
)
JScript
function setLeadingKey(
   leadingkey : bool
)

See Also