Partager via


IActionContext.DefinitionTitle Property

 

Gets the definition title.

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

Syntax

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

Property Value

Type: System.String

The definition title.

See Also

IActionContext Interface
Microsoft.WindowsServerSolutions.NetworkHealth.Engine Namespace

Return to top