次の方法で共有


UserBase.UserType プロパティ

定義

ディレクトリ内のユーザーの種類 ('Member' や 'Guest' など) を分類するために使用できる文字列値を取得または設定します。 使用可能な値は、'Member'、'Guest' です。

[Newtonsoft.Json.JsonProperty(PropertyName="userType")]
public Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.UserType UserType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="userType")>]
member this.UserType : Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.UserType with get, set
Public Property UserType As UserType

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象