Property Name
Profile
Property Type
String
Description
Gets and sets the path of the user's profile.
Remarks
Specifies a path to a user's profile. This value can be a Null
string, a local absolute path, or a UNC path.
Example
Dim UserObject As IADsUser
Set UserObject = GetObject("NTDS://DomainName/UserName")
Debug.Print UserObject.Profile
See Also