return an array of the names of all attributes in the set.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function getAllNames() As String() |
| C# |
|---|
| public string[] getAllNames() |
| C++ |
|---|
| public: array<String>^ getAllNames() sealed |
| J# |
|---|
| public string[] getAllNames() |
| JScript |
|---|
| public function getAllNames() : String[] |
Return Value
array of names of each attribute in the set.
Remarks
This return a list of the names of all of the attributes in this Variable Attributes set. The names are returned in the order in which they were added to the set.