Response Result T  Method Qlik Sense .NET SDK - API Reference
Gets custom result from a json response. Wrapper for Value T (String) that assumes the property to deserialize is found in the result part of the 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 Result<T>(
	string name = "qReturn"
)

Parameters

name (Optional)
Type: OnlineSystem String
The property of the result entry in the json response to deserialized
Type Parameters

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

Return Value

Type: T
The deserialized value.
See Also