|
Application.getSecureVar() |
|
Availability
Windows
Usage
mdm.Application.getSecureVar(varName:String):String
Parameters
varName:String A String reference to the Secure Variable Name
Returns
A String
Description
Will return the value of the specified secure variable from the Application Wrapper.
Notes
If no value is found, the string "mdm_notfound" will be returned. Secure variables are set in the Main Zinc IDE.
Example
To retrieve a Secure Variable called mySecureVar :
Result = mdm.Application.getSecureVar("mySecureVar");