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