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 the message severity. The severity of CCM_Framework_Error messages is always Error. Do not override this in any inherited classes.
Namespace: Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[StatusMessagePropertyAttribute("Severity", EnumAsInteger = true)]
public override sealed StatusEventSeverity Severity { get; }
public:
[StatusMessagePropertyAttribute("Severity", EnumAsInteger = true)]
property StatusEventSeverity Severity {
virtual StatusEventSeverity get() override sealed;
}
<StatusMessagePropertyAttribute("Severity", EnumAsInteger := True)>
Public Overrides NotOverridable ReadOnly Property Severity As StatusEventSeverity
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.StatusEventSeverity
See Also
CcmFrameworkWarning Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace
Return to top