DiagnosticCollection.Supersedes 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 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.