Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Gets the name 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.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 that is associated with the performance data.
See Also
MonitoringPerformanceData Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top