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