DiagnosticCollection.Supersedes Property

Definition

Gets the diagnostic version for this collection.

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

Property Value

Attributes

Remarks

This DiagnosticCollection will superceed another DiagnosticCollection if the Identifier of the other collection is the same as the Supersedes of this collection.

Applies to