次の方法で共有


UserCreateParameters.AppType プロパティ

定義

ユーザー作成要求を送信するアプリケーションの種類を取得または設定します。 既定値はレガシ ポータルです。 使用可能な値は、'portal'、'developerPortal' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象