Partager via


IActionContext.FeatureName Property

 

Gets the feature name.

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

Syntax

string FeatureName { get; }
property String^ FeatureName {
    String^ get();
}
ReadOnly Property FeatureName As String

Property Value

Type: System.String

The feature name.

See Also

IActionContext Interface
Microsoft.WindowsServerSolutions.NetworkHealth.Engine Namespace

Return to top