Share via


Diagnostic.Identifier Property

Definition

Gets the identifier used to indicate whether two distinct diagnsotics (possibly from different sources) can be merged.

public:
 property System::String ^ Identifier { System::String ^ get(); };
[System.Runtime.Serialization.DataMember(Order=12)]
public string? Identifier { get; }
[<System.Runtime.Serialization.DataMember(Order=12)>]
member this.Identifier : string
Public ReadOnly Property Identifier As String

Property Value

Attributes

Remarks

Two distinct diagnostics at the same location in may be merged if they both have the same identifier.

Applies to