IActionContext.GetArgumentNames Method ()
Retrives the argument names.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.Engine
Assembly: NetworkHealthEngine (in NetworkHealthEngine.dll)
Syntax
string[] GetArgumentNames()
array<String^>^ GetArgumentNames()
Function GetArgumentNames As String()
Return Value
Type: System.String[]
The argument names.
See Also
IActionContext Interface
Microsoft.WindowsServerSolutions.NetworkHealth.Engine Namespace
Return to top