Principal.UserPrincipalName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置与此主体关联的用户主体名称 (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(如果存在)。