Mileage property

String? Mileage
Gets or sets the mileage for the contact.

Implementation

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

Implementation

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