IQlikConnectionNewT Method |
Create a new structure bound to this session
Namespace: Qlik.Engine.CommunicationAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax T New<T>(
JObject structure = null
)
where T : AbstractStructure
Function New(Of T As AbstractStructure) (
Optional structure As JObject = Nothing
) As T
Parameters
- structure (Optional)
- Type: JObject
initial value
Type Parameters
- T
Return Value
Type:
TSee Also