MonitoringAlert.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 associated with the alert.

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

Syntax

[ObsoleteAttribute("Use this.RuleId")]
[DataMemberAttribute(IsRequired = true)]
public override Guid MonitoringRuleId { get; internal set; }
public:
[ObsoleteAttribute("Use this.RuleId")]
[DataMemberAttribute(IsRequired = true)]
property Guid MonitoringRuleId {
    virtual Guid get() override;
    internal: virtual void set(Guid value) override;
}
[<ObsoleteAttribute("Use this.RuleId")>]
[<DataMemberAttribute(IsRequired = true)>]
override MonitoringRuleId : Guid with get, internal set
<ObsoleteAttribute("Use this.RuleId")>
<DataMemberAttribute(IsRequired := True)>
Public Overrides Property MonitoringRuleId As Guid
    Get
    Friend Set
End Property

Property Value

Type: System.Guid

Returns a Guid for the rule associated with the alert.

See Also

MonitoringAlert Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top