MessageType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the status of partner center services.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))]
public enum MessageType
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))>]
type MessageType =
Public Enum MessageType
- Inheritance
-
MessageType
- Attributes
Fields
| All | 3 | All types. |
| Incident | 1 | Active incident. |
| MessageCenter | 2 | Message center message. |
| None | 0 | Default type none. |