IADsUser Property: LastName

Property Name
LastName

Property Type
String

Description
Gets the date & time of last failed network login.
This property is read-only.

Example

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

 

See Also