次の方法で共有


UserUpdateParameters.UserPrincipalName プロパティ

定義

ユーザー プリンシパル名 (someuser@contoso.com) を取得または設定します。 テナントの検証済みドメインのいずれかが含まれている必要があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象