次の方法で共有


RegistrationState 列挙型

定義

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
継承
RegistrationState
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

NotRegistered 1

ユーザーがラボに登録しました。

Registered 0

ユーザーはまだラボに登録していません。

適用対象