Diagnostic.Severity 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 severity of the diagnostic.
public:
property Microsoft::VisualStudio::RpcContracts::DiagnosticManagement::DiagnosticSeverity Severity { Microsoft::VisualStudio::RpcContracts::DiagnosticManagement::DiagnosticSeverity get(); };
[System.Runtime.Serialization.DataMember(Order=2)]
public Microsoft.VisualStudio.RpcContracts.DiagnosticManagement.DiagnosticSeverity Severity { get; }
[<System.Runtime.Serialization.DataMember(Order=2)>]
member this.Severity : Microsoft.VisualStudio.RpcContracts.DiagnosticManagement.DiagnosticSeverity
Public ReadOnly Property Severity As DiagnosticSeverity
Property Value
- Attributes