Partager via


IActionContext Interface

 

Describes the action context.

Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.Engine
Assembly:  NetworkHealthEngine (in NetworkHealthEngine.dll)

Syntax

public interface IActionContext
public interface class IActionContext
Public Interface IActionContext

Properties

Name Description
System_CAPS_pubproperty DefinitionName

Gets the definition name.

System_CAPS_pubproperty DefinitionTitle

Gets the definition title.

System_CAPS_pubproperty FeatureName

Gets the feature name.

System_CAPS_pubproperty FeatureTitle

Gets the feature title.

Methods

Name Description
System_CAPS_pubmethod GetArgumentNames()

Retrives the argument names.

System_CAPS_pubmethod GetArgumentValue(String)

Retrieves the specified argument value.

See Also

Microsoft.WindowsServerSolutions.NetworkHealth.Engine Namespace

Return to top