IActionContext.GetArgumentValue Method (String)
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