 |
| BcfParameterBehaviorItemBaseParameter Property |
Gets the parameter.
Namespace: CalculationWorks.BusinessModel.BehaviorsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic BcfParameter Parameter { get; }Public ReadOnly Property Parameter As BcfParameter
Get
public:
property BcfParameter^ Parameter {
BcfParameter^ get ();
}member Parameter : BcfParameter with get
Property Value
Type:
BcfParameterThe parameter.
RemarksThe value is null until the behavior item is initialized.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also