Click or drag to resize
AbstractStructureGetT Method (String)
Retrieves a relative element of the abstract structure

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public T Get<T>(
	string propertyName
)

Parameters

propertyName
Type: SystemString
name of property

Type Parameters

T

Return Value

Type: T
structure property
See Also