MessagePropertyImportance Enumeration

 

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)

[SerializableAttribute]
public enum class MessagePropertyImportance

Member nameDescription
None

Default value. Takes no action.

NotRecommended

Not recommended. Warns if used.

Recommended

Recommended. Warns if not used.

Required

Required. Throws an exception if not used.

Return to top
Show: