Response Value T  Method Qlik Sense .NET SDK - API Reference
Gets custom value from a json response.

Namespace: Qlik.Engine.Communication.IO
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public T Value<T>(
	string name
)

Parameters

name
Type: OnlineSystem String
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