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"] );