Returns True if the provider is granted the right to log into the database through Aero & Accession.
object.IsWebUserPermissions
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISProvider interface |
bool
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)
In Profile Client v8 on User Interface the Allow Aero & Accession Access checkbox can be checked in
.