[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The status message severity. There is no setter for this. Use SetSeverity to set this.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
override 

StatusEventSeverity 
Severity { 
get; }
Public 
Overrides 
ReadOnly 
Property 
Severity 
As 

StatusEventSeverity
	
Get
public:
virtual 
property 

StatusEventSeverity 
Severity {
	

StatusEventSeverity 
get () 
override;
}

See Also