DiagnosticCollection.Identifier Property

Definition

Gets the identifier for this collection.

public:
 property Nullable<int> Identifier { Nullable<int> get(); };
[System.Runtime.Serialization.DataMember(Order=3)]
public int? Identifier { get; }
[<System.Runtime.Serialization.DataMember(Order=3)>]
member this.Identifier : Nullable<int>
Public ReadOnly Property Identifier As Nullable(Of Integer)

Property Value

Attributes

Remarks

This DiagnosticCollection is superceeded if there is another DiagnosticCollection for the same document whose Supersedes property matches the Identifier of this collection.

Applies to