Diagnostic.Identifier 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 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.