Returns the names of name/value attributes of the record.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function getAttrNames() As String() _ Implements INetricsRecord.getAttrNames |
C# |
---|
public string[] getAttrNames() |
C++ |
---|
public: array<String>^ getAttrNames() sealed |
J# |
---|
public string[] getAttrNames() |
JScript |
---|
public function getAttrNames() : String[] |
Implements
INetricsRecord.getAttrNames
Remarks
Returns null if the record has no name/value attributes.