IADsUser Property: PasswordMinimumLength

Property Name
PasswordMinimumLength

Property Type
Long

Description
Gets the minimum number of characters allowed in password.

Example

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

 

See Also