ActualWork property
int?
get
ActualWork
Implementation
int? get ActualWork => this.PropertyBag[TaskSchema.ActualWork] as int?;
set
ActualWork
(int? value)
Implementation
set ActualWork(int? value) => this.PropertyBag[TaskSchema.ActualWork] = value;