 |
| BcfColumnDefaultValueFunctionTDefaultValueFunction Property |
Gets or sets the default value function.
Namespace: CalculationWorks.BusinessModel.BehaviorsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic Func<T> DefaultValueFunction { get; set; }Public Property DefaultValueFunction As Func(Of T)
Get
Set
Property Value
Type:
FuncTThe default value function.
See Also