AbstractStructureSetMemberT Method |
Note: This API is now obsolete.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax [ObsoleteAttribute("Use method void Set<T>(string,T)")]
public void SetMember<T>(
string propertyName,
T value
)
<ObsoleteAttribute("Use method void Set<T>(string,T)")>
Public Sub SetMember(Of T) (
propertyName As String,
value As T
)
Parameters
- propertyName
- Type: SystemString
- value
- Type: T
Type Parameters
- T
See Also