Share via


MonitoringEvent.MonitoringRuleDescription Property

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Gets the description of the rule associated with the event.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

[ObsoleteAttribute("Use this.RuleDescription")]
public string MonitoringRuleDescription { get; }
public:
[ObsoleteAttribute("Use this.RuleDescription")]
property String^ MonitoringRuleDescription {
    String^ get();
}
[<ObsoleteAttribute("Use this.RuleDescription")>]
member MonitoringRuleDescription : string with get
<ObsoleteAttribute("Use this.RuleDescription")>
Public ReadOnly Property MonitoringRuleDescription As String

Property Value

Type: System.String

Returns a String that contains the description of the rule associated with the event.

See Also

MonitoringEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top