|
RetailDailyMaintenanceParametersRetailDailyMaintenanceJobBitField Property |
Gets or sets a bit field that represents the daily maintenance jobs that should be run. If not specified, all jobs will be run.
Namespace: Infosoft.Common.Contracts.DataContracts.RetailAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax Remarks
To specify the desired jobs that should be run, combine the enum values with a bitwise OR operation, e.g.
var jobs = RetailDailyMaintenanceJob.Job1 | RetailDailyMaintenanceJob.Job2.
See Also