Click or drag to resize
ResponseValueT Method
Gets custom value from a json response.

Namespace: Qlik.Engine.Communication.IO
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public T Value<T>(
	string name
)

Parameters

name
Type: SystemString
The property of the response to deserialized.

Type Parameters

T
The type to which the json response should be deserialized.

Return Value

Type: T
The deserialized value.
See Also