MessageSupportStatus Enumeration
Support status for a message. Used with the MessageSupportAttribute attribute.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| 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. |
Show: