Share via


CcmFrameworkError.Severity Property

 

CCM_Framework_Error messages are always "Error".

Important: Do not override this property in any inheriting 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

CcmFrameworkError Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace

Return to top