Click or drag to resize
AbstractStructureGetMemberT Method

Note: This API is now obsolete.

Retrieves a relative element of the abstract structure

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
[ObsoleteAttribute("Use method T Get<T>(string)")]
public T GetMember<T>(
	string propertyName
)

Parameters

propertyName
Type: SystemString
name of property

Type Parameters

T
type of the element

Return Value

Type: T
structure property
See Also