UserState Enum

Definition

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

Active 0

Active user.

Inactive 1

Inactive user.

Applies to