MonitoringPerformanceData.MonitoringRuleId Property
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Gets the globally unique identifier (GUID) for 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.RuleId")]
public override Guid MonitoringRuleId { get; internal set; }
public:
[ObsoleteAttribute("Use this.RuleId")]
property Guid MonitoringRuleId {
virtual Guid get() override;
internal: virtual void set(Guid value) override;
}
[<ObsoleteAttribute("Use this.RuleId")>]
override MonitoringRuleId : Guid with get, internal set
<ObsoleteAttribute("Use this.RuleId")>
Public Overrides Property MonitoringRuleId As Guid
Get
Friend Set
End Property
Property Value
Type: System.Guid
Returns a Guid for the rule that is associated with the performance data.
See Also
MonitoringPerformanceData Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top