Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets 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
A string containing the severity value, 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.