Status.Severity Property
Gets the severity of an error message.
Namespace: Microsoft.Office.Excel.Server.WebServices
Assembly: Microsoft.Office.Excel.Server.WebServices (in Microsoft.Office.Excel.Server.WebServices.dll)
Syntax
'Declaration
Public Property Severity As String
Get
Set
'Usage
Dim instance As Status
Dim value As String
value = instance.Severity
instance.Severity = value
public string Severity { get; set; }
Property Value
Type: System.String
The severity values, which could be an error, a warning, or information.
Remarks
The severity of an error message provides an indication of the type of problem that has been encountered by Excel Web Services.