MonitoringPerformanceData.MonitoringRuleDescription 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.RuleDescription
The rule's description.
public:
property System::String ^ MonitoringRuleDescription { System::String ^ get(); };
[System.Obsolete("Use this.RuleDescription")]
public string MonitoringRuleDescription { get; }
member this.MonitoringRuleDescription : string
Public ReadOnly Property MonitoringRuleDescription As String
Property Value
Returns a String that contains the description of the rule that is associated with the performance data.
- Attributes