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 Remote Connection Name
Name of the Remote Connection
Syntax
// getting a remote connection
string smtpConnection = SystemVar["MySmtp"] );
Comments
0 comments
Please sign in to leave a comment.