FormData Item Property TIBCO Spotfire 6.0 API Reference
Gets the values associated with the specified key,

Namespace: Spotfire.Dxp.Web.Forms
Assembly: Spotfire.Dxp.Web (in Spotfire.Dxp.Web.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public IList<string> this[
	string key
] { get; }

Parameters

key
Type: System String
They key of the value to get.

Return Value

Type: IList String 
The value.
See Also