 |
| BcfParameterSetupTagCells Property |
Gets or sets a value indicating whether parameter cells should be tagged with the validators message.
Namespace: CalculationWorks.BusinessModel.DesignAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic bool TagCells { get; set; }Public Property TagCells As Boolean
Get
Set
public:
property bool TagCells {
bool get ();
void set (bool value);
}member TagCells : bool with get, set
Property Value
Type:
Booleantrue if cells will be tagged; otherwise,
false.
RemarksThe settings will be ignored if the parameter doesn't belongs to a
validator
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0, 2.1, 2.0
See Also