MonitoringAlert.MonitoringRuleId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use this.RuleId
The Id of the associated rule.
public:
virtual property Guid MonitoringRuleId { Guid get(); };
[System.Obsolete("Use this.RuleId")]
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public override Guid MonitoringRuleId { get; }
member this.MonitoringRuleId : Guid
Public Overrides ReadOnly Property MonitoringRuleId As Guid
Property Value
Returns a Guid for the rule associated with the alert.
- Attributes