Udostępnij za pośrednictwem


MessageSupportStatus Enumeration

 

Support status for a message. Used with the MessageSupportAttribute attribute.

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

Syntax

[SerializableAttribute]
public enum MessageSupportStatus
[SerializableAttribute]
public enum class MessageSupportStatus
<SerializableAttribute>
Public Enumeration MessageSupportStatus

Members

Member name Description
PartiallySupported

Partially supported message. Certain aspects of the message may be untested or unsupported.

Supported

Message is fully supported. Any issues found with this message are bugs.

Unknown

Support status is unknown. Message may or may not be supported.

Unsupported

Message is unsupported and should not be used in a production environment.

See Also

Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top