AbstractStructureSetT Method |
Sets 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 void Set<T>(
string propertyName,
T value
)
Public Sub Set(Of T) (
propertyName As String,
value As T
)
Parameters
- propertyName
- Type: SystemString
name of property - value
- Type: T
the value to set
Type Parameters
- T
See Also