 | BcfParameterFunction Property |
[This is preliminary documentation and is subject to change.]
Gets the
BcfFunction, if the parameter is a value-calculator parameter.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic BcfFunction Function { get; }Public ReadOnly Property Function As BcfFunction
Get
Property Value
Type:
BcfFunctionThe
BcfFunction or
null if the parameter is not a
BcfFunction parameter.
See Also