Global Parameter Scope

Is it possible to change the value of a parameter whose scope was previously set globally to local using c# code?

Hi,

Unfortunately not.