Click or drag to resize
CalculationWorks Logo
BcfParameterName Property
Gets the parameters name. Usually the same as the property name.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public string Name { get; }

Property Value

Type: String
The parameter name.

Implements

IBcfModelObjectName
See Also