Diagnostic.DiagnosticType Property

Definition

Gets a localized string describing the type of the diagnostic (e.g. "Security", "Performance", "Threading", etc.).

public:
 property System::String ^ DiagnosticType { System::String ^ get(); };
[System.Runtime.Serialization.DataMember(Order=10)]
public string? DiagnosticType { get; }
[<System.Runtime.Serialization.DataMember(Order=10)>]
member this.DiagnosticType : string
Public ReadOnly Property DiagnosticType As String

Property Value

Attributes

Applies to