Partager via


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

Return Value

Type: System.String

The argument value.

See Also

IActionContext Interface
Microsoft.WindowsServerSolutions.NetworkHealth.Engine Namespace

Return to top