次の方法で共有


EmailRegistration.RegistrationStatus プロパティ

定義

登録状態を取得します。 使用できる値は、'ActivationPending'、'Activated'、'ActivationAttemptsExhausted' です。

[Newtonsoft.Json.JsonProperty(PropertyName="registrationStatus")]
public string RegistrationStatus { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="registrationStatus")>]
member this.RegistrationStatus : string
Public ReadOnly Property RegistrationStatus As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象