Compartilhar via


RegistrationState Enumeração

Definição

Define valores para RegistrationState.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum RegistrationState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type RegistrationState = 
Public Enum RegistrationState
Herança
RegistrationState
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

NotRegistered 1

O usuário se registrou no laboratório.

Registered 0

O usuário ainda não se registrou no laboratório.

Aplica-se a