HtmlTextAreaScriptParameterValues Property

Spotfire 14.3 API Reference
Gets a copy of the parameter values. The key is the name of the parameter. The value is the value of the parameter.

Namespace:  Spotfire.Dxp.Application.Scripting
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public IDictionary<string, string> ParameterValues { get; }

Property Value

Type: IDictionaryString, String
Remarks

Changing the values in the IDictionary instance returned from this property will not have any effect.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0
See Also

Reference