 | BcfFunctionSetupTTupleParameters Property |
Gets the tuple parameters.
Namespace:
CalculationWorks.BusinessModel.Design
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic IList<BcfTupleParameterSetup> TupleParameters { get; set; }Public Property TupleParameters As IList(Of BcfTupleParameterSetup)
Get
Set
Property Value
Type:
IListBcfTupleParameterSetupThe parameters if set; otherwise
.
See Also