 |
| BcfParameterFunctionBase Property |
Gets the function, if the parameter is a function parameter.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic BcfFunctionBase FunctionBase { get; }Public ReadOnly Property FunctionBase As BcfFunctionBase
Get
public:
property BcfFunctionBase^ FunctionBase {
BcfFunctionBase^ get ();
}member FunctionBase : BcfFunctionBase with get
Property Value
Type:
BcfFunctionBaseThe function or
null if the parameter is not a function parameter.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also