ReportMessage.Severity Property
Gets or sets the severity for this message.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property Severity As MessageSeverity
Get
Set
'Usage
Dim instance As ReportMessage
Dim value As MessageSeverity
value = instance.Severity
instance.Severity = value
public MessageSeverity Severity { get; set; }
Property Value
Type: Microsoft.SharePoint.Publishing.Administration.MessageSeverity
The MessageSeverity object that is associated with this message.