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

Defines the importance of the message property. This importance value is considered when Validate () () () () is called.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
enum 
MessagePropertyImportance
<
SerializableAttribute> _
Public 
Enumeration 
MessagePropertyImportance
[
SerializableAttribute]
public 
enum class 
MessagePropertyImportance

Members

Member Description
None
Default, does nothing
NotRecommended
Not recommended, warns if used
Recommended
Recommended, warns if not used
Required
Required, throws an exception if not used

See Also