Get the list of named querlets, null if none.
Namespace:
NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function getNamedQlts() As String() |
C# |
---|
public string[] getNamedQlts() |
C++ |
---|
public: array<String>^ getNamedQlts() sealed |
J# |
---|
public string[] getNamedQlts() |
JScript |
---|
public
function getNamedQlts() : String[] |
See Also