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。

例外狀況

基礎存放區不支援這個屬性。

適用於