This function checks if the provider's Accession account has been locked after exceeding the number of unsuccessful logins.
object.IsWebAccountLocked()
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISProvider interface |
bool
Display IsWebAccountLocked for the provider.
Dim aProvider
Dim aIsWebAccountLocked
Set aProvider = Profile.LoadProvider ("VE3")
aIsWebAccountLocked = aProvider.IsWebAccountLocked
Profile.MsgBox (aIsWebAccountLocked)
In Profile Client v8 on User Interface Is Web Account Locked cannot be found.