Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the specified argument value.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.Engine
Assembly: NetworkHealthEngine (in NetworkHealthEngine.dll)
Syntax
string GetArgumentValue(
string name
)
String^ GetArgumentValue(
String^ name
)
Function GetArgumentValue (
name As String
) As String
Parameters
name
Type: System.StringThe name of the argument to retrieve.
Return Value
Type: System.String
The argument value.
See Also
IActionContext Interface
Microsoft.WindowsServerSolutions.NetworkHealth.Engine Namespace
Return to top