Principal.UserPrincipalName 属性

定义

获取或设置与此主体关联的用户主体名称 (UPN)。

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

属性值

如果尚未设置 UPN,则与此主体关联的 UPN 为 null。

属性

例外

基础存储不支持此属性。

注解

将此属性设置为 null 会删除现有的 UPN(如果存在)。

适用于