NOTE: This method is now obsolete.



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

Syntax

Visual Basic (Declaration)
Function getAttribute( _ 
   ByVal attr_name As String _ 
) As String
C#
string getAttribute(
   string attr_name
)
C++
String getAttribute(
   String attr_name
) abstract 
J#
string getAttribute(
   string attr_name
)
JScript
function getAttribute(
   attr_name : String
) : String

See Also