Principal.UserPrincipalName Propriedade

Definição

Obtém ou define o nome principal de utilizador (UPN) associado a este princípio.

public:
 property System::String ^ UserPrincipalName { System::String ^ get(); void set(System::String ^ value); };
public string UserPrincipalName { get; set; }
public string UserPrincipalName { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
member this.UserPrincipalName : string with get, set
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.UserPrincipalName : string with get, set
Public Property UserPrincipalName As String

Valor de Propriedade

O UPN associado a este principal ou nulo se não se o UPN não tiver sido definido.

Atributos

Exceções

O armazenamento subjacente não suporta esta propriedade.

Observações

Definir esta propriedade como nula remove o UPN existente, caso exista.

Aplica-se a