DiagnosticDescriptor.Id Property

Definition

An unique identifier for the diagnostic.

public:
 property System::String ^ Id { System::String ^ get(); };
public string Id { get; }
member this.Id : string
Public ReadOnly Property Id As String

Property Value

Remarks

Choose an appropriate diagnostic ID such that it is unique.

Applies to