Condividi tramite


Principal.UserPrincipalName Proprietà

Definizione

Ottiene o imposta il nome dell'entità utente (UPN) associato all'entità.

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

Valore della proprietà

Il nome UPN associato a questa entità o null se non se non è stato impostato l'UPN.

Attributi

Eccezioni

L'archivio sottostante non supporta questa proprietà.

Commenti

L'impostazione di questa proprietà su Null rimuove l'UPN esistente, se presente.

Si applica a