IADsUser Property: HomePage

Property Name
HomePage

Property Type
String

Description
Gets the end-user's URL defining a home page.

Example

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

 

See Also