IActionContext.DefinitionName Property
Gets the definition name.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.Engine
Assembly: NetworkHealthEngine (in NetworkHealthEngine.dll)
Syntax
string DefinitionName { get; }
property String^ DefinitionName {
String^ get();
}
ReadOnly Property DefinitionName As String
Property Value
Type: System.String
The definition name.
See Also
IActionContext Interface
Microsoft.WindowsServerSolutions.NetworkHealth.Engine Namespace
Return to top