Property ScriptParams
ScriptParams
Gets the parameters set for this script call.
NOTE: variable values are NOT guaranteed outside of this script context, and must be read before any async method/lambda is invoked.
public ScriptParams ScriptParams { get; }