OperationalDataObject.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:
abstract property Guid MonitoringRuleId { Guid get(); };
[System.Obsolete("Use this.RuleId")]
public abstract Guid MonitoringRuleId { get; }
member this.MonitoringRuleId : Guid
Public MustOverride ReadOnly Property MonitoringRuleId As Guid
Property Value
Returns a Guid for the monitoring rule that is associated with the operational data object.
- Attributes