Mileage property

String? Mileage
Gets or sets the mileage of the task.

Implementation

String? get Mileage => this.PropertyBag[TaskSchema.Mileage] as String?;
void Mileage=(String? value)

Implementation

set Mileage(String? value) => this.PropertyBag[TaskSchema.Mileage] = value;