DiagnosticUpdatedEventArgs.Append 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 a value indicating whether the diagnostics in DiagnosticsReport should be appended to or replace the existing diagnostics.
public:
property bool Append { bool get(); };
[System.Runtime.Serialization.DataMember(Order=0)]
public bool Append { get; }
[System.Runtime.Serialization.DataMember(Order=0)]
public bool Append { get; init; }
[<System.Runtime.Serialization.DataMember(Order=0)>]
member this.Append : bool
[<System.Runtime.Serialization.DataMember(Order=0)>]
member this.Append : bool with get, set
Public ReadOnly Property Append As Boolean
Public Property Append As Boolean
Property Value
- Attributes