public string Mileage { get; set; }
Public Property Mileage As String Get Set
public: property String^ Mileage { String^ get (); void set (String^ value); }
member Mileage : string with get, set
In This Article