ISProvider.IsWebUserPermissions

Description

Returns True if the provider is granted the right to log into the database through Aero & Accession.

Syntax

object.IsWebUserPermissions

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

Return Value

bool

Example

Display IsWebUserPermissions for the provider.

Dim aProvider
Dim aMessage

Set aProvider = Profile.LoadProvider("VE3")
aMessage = aMessage & vbNewLine & aProvider.FullName &_
  " is granted the right to log into the database through Aero & Accession = " &_
  aProvider.IsWebUserPermissions 
    
Profile.MsgBox (aMessage) 
Note:

In Profile Client v8 on User Interface the Allow Aero & Accession Access checkbox can be checked in Organisation > People&Places > People and Places > Open the selected Provider > Internet.

Version information

Added in v7.8.0