UserState 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.
User state.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))]
public enum UserState
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))>]
type UserState =
Public Enum UserState
- Inheritance
-
UserState
- Attributes
Fields
Name | Value | Description |
---|---|---|
Active | 0 | Active user. |
Inactive | 1 | Inactive user. |