IADsUser Property: MaxLogins

Property Name
MaxLogins

Property Type
Long

Description
Gets the maximum number of simultaneous logins

Example

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

 

See Also