AbstractStructureGetT Method (String, T) |
Retrieves 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 T Get<T>(
string propertyName,
T defaultValue
)
Public Function Get(Of T) (
propertyName As String,
defaultValue As T
) As T
Parameters
- propertyName
- Type: SystemString
name of property - defaultValue
- Type: T
default value for property if not set in structure
Type Parameters
- T
Return Value
Type:
Tstructure property
See Also