IADsUser Property: FullName

Property Name
FullName

Property Type
String

Description
Gets and sets a user's full name.

Remarks
Contains the full name of a user. This string can be an empty string or it can have any number of characters before the terminating Null character.

Example

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

 

See Also