Condividi tramite


RegistrationState Enum

Definition

Defines values for 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
Inheritance
RegistrationState
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

NotRegistered 1

User has registered with the lab.

Registered 0

User has not yet registered with the lab.

Applies to