 |
| BcfColumnValueSetterCanSet Property |
Gets or sets a value indicating whether this instance can set.
Namespace: CalculationWorks.BusinessModel.BehaviorsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic virtual bool CanSet { get; set; }Public Overridable Property CanSet As Boolean
Get
Set
Property Value
Type:
Booleantrue if this instance can set; otherwise,
false.
RemarksThe default value is true.
See Also