UserPrincipal.EmployeeId Property

Definition

Gets or sets the employee ID for this user principal.

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

Property Value

The employee ID of the user principal.

Exceptions

The underlying store does not support this property.

Applies to