Partager via


IActionContext.FeatureTitle Property

 

Gets the feature title.

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

Syntax

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

Property Value

Type: System.String

The feature title.

See Also

IActionContext Interface
Microsoft.WindowsServerSolutions.NetworkHealth.Engine Namespace

Return to top