Property Name EmployeeID
Property Type String
Description Gets the end-user's employee identification.
Example
Dim UserObject As IADsUser Set UserObject = GetObject("NTDS://DomainName/UserName") Debug.Print UserObject.EmployeeID
See Also
IADsUser Interface