MonitoringPerformanceData.LearningMonitoringRuleId 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.LearningRuleId
The learning rule id.
public:
property Nullable<Guid> LearningMonitoringRuleId { Nullable<Guid> get(); };
[System.Obsolete("Use this.LearningRuleId")]
public Guid? LearningMonitoringRuleId { get; }
member this.LearningMonitoringRuleId : Nullable<Guid>
Public ReadOnly Property LearningMonitoringRuleId As Nullable(Of Guid)
Property Value
Returns a Guid for the performance counter's learning rule.
- Attributes