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

Support status for a message (used with MessageSupportAttributeattribute)

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

Syntax

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

Members

Member Description
Unknown
Support status is unknown. Message may or may not be supported
Supported
Message is fully supported. Any issues found with this message are bugs
PartiallySupported
Partially supported message. Certain aspects of message may be untested or unsupported
Unsupported
Message is unsupported and should not be used in a production environment

See Also