IADsUser Property: SuccessfulLoginCount

Property Name
SuccessfulLoginCount

Property Type
Long

Description
Gets the count of total successful network logons.
This property is read-only.

Remarks
Counts the number of successful attempts to log on to an account.

Example

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

 

See Also