Delen via


UserCreateParameters.UserPrincipalName Property

Definition

Gets or sets the user principal name (someuser@contoso.com). It must contain one of the verified domains for the tenant.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to