/
System Variable: SystemVar[ … ]
System Variable: SystemVar[ … ]
Use to get a named system variable/Remote Connection.
The purpose of the system variable is to make it possible to work with system variables based on the environment settings.
(Introduced from Perfion 2024-R1)
Syntax
string SystemVar[string variableName] {get;}
Method Parameters
string | Name of the Remote Connection |
Syntax
// getting a remote connection
string smtpConnection = SystemVar["MySmtp"] );
, multiple selections available,
Related content
SET
More like this
Variable: var[ … ]
Variable: var[ … ]
More like this
Data Sources: Sources[ … ]
Data Sources: Sources[ … ]
More like this
Scripting
Scripting
Read with this
SEND.MAIL
SEND.MAIL
More like this
Using Global Variables
Using Global Variables
Read with this