 |
BcfDataSetCleanupOptionsCleanup Property |
Gets or sets a value indicating whether cleanup operations will be performed or not.
Namespace: CalculationWorks.BusinessModel.BehaviorsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic bool Cleanup { get; set; }
Public Property Cleanup As Boolean
Get
Set
public:
property bool Cleanup {
bool get ();
void set (bool value);
}
member Cleanup : bool with get, set
Property Value
Type:
Booleantrue if cleanup operations will be performed; otherwise,
false.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also