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