UserPrincipal.EmployeeId 属性

定义

获取或设置此用户主体的雇员 ID。

public:
 property System::String ^ EmployeeId { System::String ^ get(); void set(System::String ^ value); };
public string EmployeeId { get; set; }
member this.EmployeeId : string with get, set
Public Property EmployeeId As String

属性值

用户主体的雇员 ID。

例外

基础存储不支持此属性。

适用于