| QlikConnectionNewT Method |
Create a new structure bound to this session
Namespace: Qlik.Engine.CommunicationAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntaxpublic T New<T>(
JObject structure = null
)
where T : AbstractStructure
Public Function New(Of T As AbstractStructure) (
Optional structure As JObject = Nothing
) As T
Parameters
- structure (Optional)
- Type: JObject
initial value
Type Parameters
- T
- The type of the structure to create
Return Value
Type:
TImplements
IQlikConnectionNewT(JObject)
See Also