IADsUser Property: OfficeLocations

Property Name
OfficeLocations

Property Type
Variant

Description
Gets the array of end-user locations.

Example

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

 

See Also