IADsUser Property: Title

Property Name
Title

Property Type
Variant

Description
Gets the end-user's title within the organization.

Example

Dim UserObject As IADsUser
Set UserObject = GetObject("NTDS://DomainName/UserName")
Debug.Print UserObject.Title

 

See Also