IVsaError.Severity Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Sets the severity of the error.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
ReadOnly Property Severity As Integer
int Severity { get; }
property int Severity {
    int get ();
}
abstract Severity : int with get
function get Severity () : int

Property Value

Type: System.Int32
Returns an integer (0-4) that represents the error severity.

See Also

Reference

IVsaError Interface

Microsoft.Vsa Namespace