Diagnostic.DiagnosticRank Property

Definition

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).

Applies to