次の方法で共有


UserCreateParameters.Confirmation プロパティ

定義

新しく作成されたユーザーに送信される確認電子メールの種類を取得または設定します。 使用可能な値は次のとおりです: 'signup'、'invite'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.confirmation")]
public string Confirmation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.confirmation")>]
member this.Confirmation : string with get, set
Public Property Confirmation As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象