/
RAS_SetUIProperties
RAS_SetUIProperties
Description
Setup existing RAS connection
Syntax
RAS_SetUIProperties(sConnectionName, bShowProgress, bDisplayCredentials, bDisplayDomain, bDisplayTrayIcon) As Boolean
Parameters
sConnectionName (String)
A friendly name for the connection
bShowProgress (Boolean)
Display progress when connecting
bDisplayCredentials (Boolean)
Prompt for password, certificate, etc.
bDisplayDomain (Boolean)
Include windows logon domain
bDisplayTrayIcon (Boolean)
Show icon in notification area when connected
Example
VBScript
If bStatus Then bStatus = RAS_SetUIProperties("ACME", True, True, True, True)
Related functions
, multiple selections available,
Related content
RAS_SetUIProperties
RAS_SetUIProperties
More like this
RAS_SetUIProperties
RAS_SetUIProperties
More like this
RAS_SetVPNSecurityProperties
RAS_SetVPNSecurityProperties
More like this
RAS_SetTCPIPProperties
RAS_SetTCPIPProperties
More like this
RAS_SetTCPIPProperties
RAS_SetTCPIPProperties
More like this
RAS_SetTCPIPProperties
RAS_SetTCPIPProperties
More like this