 | BcfColumnSetupParameters Property |
[This is preliminary documentation and is subject to change.]
Namespace:
CalculationWorks.BusinessModel.Design
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic abstract IList<BcfParameterSetup> Parameters { get; }Public MustOverride ReadOnly Property Parameters As IList(Of BcfParameterSetup)
Get
Return Value
Type:
IListBcfParameterSetupThe parameters if set; otherwise
null.
See Also