The specified password will be automatically entered when loading password-protected displays in configuration mode.
This can be used to avoid showing the password prompt user interface when loading password-protected displays in configuration mode.
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public void ApplyPasswordForLoad(
string password
) |
| Visual Basic |
|---|
Public Sub ApplyPasswordForLoad ( _
password As String _
) |
| JScript |
|---|
public function ApplyPasswordForLoad(
password : String
) |
Parameters
- password
- Type: System..::..String
The password to automatically enter when loading password-protected displays in configuration mode.
See Also