MonitoringPerformanceData.MonitoringRuleDescription Property
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Gets the description of the rule that is associated with the performance data.
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 that is associated with the performance data.
See Also
MonitoringPerformanceData Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top