Diagnostic.DiagnosticRank 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.
Gets an integer indicating the rank of the diagnostic.
public:
property Nullable<int> DiagnosticRank { Nullable<int> get(); };
[System.Runtime.Serialization.DataMember(Order=9)]
public int? DiagnosticRank { get; }
[<System.Runtime.Serialization.DataMember(Order=9)>]
member this.DiagnosticRank : Nullable<int>
Public ReadOnly Property DiagnosticRank As Nullable(Of Integer)
Property Value
- Attributes
Remarks
Diagnostics are sorted based on their diagnostic rank.
Recommended values are Highest = 100, High = 200, Default = 300, Low = 400, Lowest = 500.
No value will be treated as Default (300).