Share via


IVsaError.Severity Property

Sets the severity of the error.

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

Syntax

'Declaration
ReadOnly Property Severity As Integer
    Get
int Severity { get; }
property int Severity {
    int get ();
}
abstract Severity : int
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