ISProvider.IsWebAccountLocked

Description

This function checks if the provider's Accession account has been locked after exceeding the number of unsuccessful logins.

Syntax

object.IsWebAccountLocked()

Part Attribute Type Description
object Required
The object always implements the ISProvider interface

Return Value

bool

Returns "True" if the provider's Accession account has been locked.

Example

Display IsWebAccountLocked for the provider.

Dim aProvider  
Dim aIsWebAccountLocked

Set aProvider = Profile.LoadProvider ("VE3")
aIsWebAccountLocked = aProvider.IsWebAccountLocked
Profile.MsgBox (aIsWebAccountLocked)  
Note:

In Profile Client v8 on User Interface Is Web Account Locked cannot be found.

Version information

Added in v7.8.0