Diagnostic.DiagnosticType 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 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