 |
| BcfParameterFunctionBase Property |
Gets the function, if the parameter is a function parameter.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic BcfFunctionBase FunctionBase { get; }Public ReadOnly Property FunctionBase As BcfFunctionBase
Get
Property Value
Type:
BcfFunctionBaseThe function or
null if the parameter is not a function parameter.
See Also