Click or drag to resize
AbstractStructureSetMemberT Method

Note: This API is now obsolete.

Sets 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 void Set<T>(string,T)")]
public void SetMember<T>(
	string propertyName,
	T value
)

Parameters

propertyName
Type: SystemString
name of property
value
Type: T
the value to set

Type Parameters

T
the type of the element
See Also