Gets the DataFunctionExpressionFunction with the specified name.
Namespace: Spotfire.Dxp.Data.DataFunctions
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public DataFunctionExpressionFunction this[ string name ] { get; }
Parameters
- name
- Type: SystemString
The name.
Return Value
Type: DataFunctionExpressionFunctionThe function with the specified name.
Version Information
See Also