MonitoringEvent.MonitoringRuleDisplayName Property
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Gets the name of the rule associated with the event.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use this.RuleDisplayName")]
public string MonitoringRuleDisplayName { get; }
public:
[ObsoleteAttribute("Use this.RuleDisplayName")]
property String^ MonitoringRuleDisplayName {
String^ get();
}
[<ObsoleteAttribute("Use this.RuleDisplayName")>]
member MonitoringRuleDisplayName : string with get
<ObsoleteAttribute("Use this.RuleDisplayName")>
Public ReadOnly Property MonitoringRuleDisplayName As String
Property Value
Type: System.String
Returns a String that contains the name of the rule associated with the event.
See Also
MonitoringEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top