AbstractStructureGetT Method (String) |
Retrieves a relative element of the abstract structure
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public T Get<T>(
string propertyName
)
Public Function Get(Of T) (
propertyName As String
) As T
Parameters
- propertyName
- Type: SystemString
name of property
Type Parameters
- T
Return Value
Type:
Tstructure property
See Also