Gets custom value from a json response.
            
 
Namespace: Qlik.Engine.Communication.IOAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntaxpublic T Value<T>(
	string name
)
Public Function Value(Of T) ( 
	name As String
) As T
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: 
TThe deserialized value.
See Also