Server-side Variables πŸ”§

Here you will find all the documentation on how to use the server-side variables to the client πŸ₯Ά

circle-exclamation
circle-info

You can only call the variables when the user is logged into your program.

C#
// https://prnt.sc/uyxpkd
Console.WriteLine(exampleApp.captureVariable("Secure variable code"));
// Return the value of your variable

Last updated

Was this helpful?